|
musrfit 1.10.0
|
#include <PMusr.h>
Public Attributes | |
| Int_t | fLineNo |
| Line number in original MSR file (1-based) | |
| TString | fLine |
| Content of the MSR file line. | |
Helper structure for MSR file parsing.
Stores a single line from an MSR file along with its line number, facilitating error reporting and maintaining correspondence between parsed content and original file locations.
| TString PMsrLineStructure::fLine |
Content of the MSR file line.
Definition at line 982 of file PMusr.h.
Referenced by PTheory::MakeCleanAndTidyPolynom(), PTheory::MakeCleanAndTidyTheoryBlock(), PTheory::MakeCleanAndTidyUserFcn(), PTheory::PTheory(), and PMsrHandler::ReadMsrFile().
| Int_t PMsrLineStructure::fLineNo |
Line number in original MSR file (1-based)
Definition at line 981 of file PMusr.h.
Referenced by PTheory::PTheory(), and PMsrHandler::ReadMsrFile().