Jpp 19.3.0
the software that should make you happy
|
Dictionary to map distinct event-weight factors to unique identifiers. More...
#include <JEvtWeightFactorDictionary.hh>
Public Types | |
enum | factors { CUSTOM_FACTORS_BEGIN = 100 , CONSTANT = 101 , MUPAGE_TFORMULA = 102 , GSEAGEN_TFORMULA = 103 , MEFF_RATIO = 104 , CUSTOM_FACTORS_END = 199 } |
Indices of event-weight factors in event-weight factor dictionary. More... | |
Public Member Functions | |
JEvtWeightFactorDictionary (const JOscProbHelper &oscProb) | |
Default constructor. | |
JEvtWeightFactorDictionary () | |
Default constructor. | |
const JEvtWeightFactor & | at (const int identifier) const |
Look-up function. | |
const JEvtWeightFactor & | operator[] (const int identifier) const |
Look-up operator. | |
Dictionary to map distinct event-weight factors to unique identifiers.
The identifiers are provided by the enum factors
.
Definition at line 33 of file JEvtWeightFactorDictionary.hh.
Indices of event-weight factors in event-weight factor dictionary.
Definition at line 41 of file JEvtWeightFactorDictionary.hh.
|
inline |
Default constructor.
oscProb | oscillation probability interface |
Definition at line 58 of file JEvtWeightFactorDictionary.hh.
|
inline |
Default constructor.
Definition at line 78 of file JEvtWeightFactorDictionary.hh.
|
inline |
Look-up function.
identifier | flux category ID |
Definition at line 88 of file JEvtWeightFactorDictionary.hh.
|
inline |
Look-up operator.
identifier | flux category ID |
Definition at line 108 of file JEvtWeightFactorDictionary.hh.