|
| UInt_t | fType |
| | Theory function type tag (THEORY_CONST, THEORY_SIMPLE_EXP, etc.)
|
| |
| UInt_t | fNoOfParam |
| | Number of parameters (excluding optional time shift)
|
| |
| Bool_t | fTable |
| | True if function requires pre-calculated lookup table (e.g., LF Kubo-Toyabe)
|
| |
| TString | fName |
| | Full function name for MSR files (e.g., "simplExpo", "statGssKt")
|
| |
| TString | fAbbrev |
| | Short abbreviation (e.g., "se", "stg")
|
| |
| TString | fComment |
| | Parameter list shown as help text in MSR file.
|
| |
| TString | fCommentTimeShift |
| | Parameter list with time shift included.
|
| |
Database entry for a theory function definition.
This structure stores metadata about each built-in theory function, including its identifier, parameter count, name, abbreviation, and help text. The database is used for:
- Parsing THEORY block entries in MSR files
- Validating parameter counts
- Generating help text and documentation
- Writing theory blocks with correct syntax
Definition at line 226 of file PTheory.h.