|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Represents the structure of an LHA block, specifying columns for values, scales, and renormalization groups. More...
#include <LhaBlockPrototype.h>

Public Member Functions | |
| bool | operator== (const Prototype &other) const |
Public Attributes | |
| BlockName | blockName |
| size_t | itemCount {2} |
| size_t | valueIdx {1} |
| int | scaleIdx {-1} |
| int | rgIdx {-1} |
| int | binIdx {-1} |
| bool | globalScale {false} |
Represents the structure of an LHA block, specifying columns for values, scales, and renormalization groups.
Definition at line 12 of file LhaBlockPrototype.h.
|
inline |
Definition at line 21 of file LhaBlockPrototype.h.
| int Prototype::binIdx {-1} |
Column index for bin lower bound, -1 if unbinned.
Definition at line 18 of file LhaBlockPrototype.h.
| BlockName Prototype::blockName |
Block name, case insensitive.
Definition at line 13 of file LhaBlockPrototype.h.
| bool Prototype::globalScale {false} |
Indicates if the block uses a global scale (Q= in header).
Definition at line 19 of file LhaBlockPrototype.h.
| size_t Prototype::itemCount {2} |
Number of columns in the block.
Definition at line 14 of file LhaBlockPrototype.h.
| int Prototype::rgIdx {-1} |
Column index for renormalization group, -1 if irrelevant.
Definition at line 17 of file LhaBlockPrototype.h.
| int Prototype::scaleIdx {-1} |
Column index for scale, -1 if scale-independent.
Definition at line 16 of file LhaBlockPrototype.h.
| size_t Prototype::valueIdx {1} |
Column index for value.
Definition at line 15 of file LhaBlockPrototype.h.