Jpp
19.0.0
the software that should make you happy
|
Auxiliary data structure for storing pairs of header UUIDs and event-weight normalisations. More...
#include <JEvtWeightSupportkit.hh>
Public Member Functions | |
JEvtWeightNormalisation () | |
Default constructor. More... | |
JEvtWeightNormalisation (const JUUID &UUID, const double normalisation) | |
Constructor. More... | |
Public Attributes | |
JUUID | UUID |
header UUID More... | |
double | normalisation |
event-weight normalisation More... | |
Auxiliary data structure for storing pairs of header UUIDs and event-weight normalisations.
Definition at line 22 of file JEvtWeightSupportkit.hh.
|
inline |
Default constructor.
Definition at line 27 of file JEvtWeightSupportkit.hh.
|
inline |
Constructor.
UUID | header UUID |
normalisation | event-weight normalisation |
Definition at line 39 of file JEvtWeightSupportkit.hh.
JUUID JAANET::JEvtWeightNormalisation::UUID |
header UUID
Definition at line 46 of file JEvtWeightSupportkit.hh.
double JAANET::JEvtWeightNormalisation::normalisation |
event-weight normalisation
Definition at line 47 of file JEvtWeightSupportkit.hh.