Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JAANET::JEvtWeightNormalisation Struct Reference

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...
 

Detailed Description

Auxiliary data structure for storing pairs of header UUIDs and event-weight normalisations.

Definition at line 22 of file JEvtWeightSupportkit.hh.

Constructor & Destructor Documentation

◆ JEvtWeightNormalisation() [1/2]

JAANET::JEvtWeightNormalisation::JEvtWeightNormalisation ( )
inline

Default constructor.

Definition at line 27 of file JEvtWeightSupportkit.hh.

27  :
28  UUID(),
30  {}
double normalisation
event-weight normalisation

◆ JEvtWeightNormalisation() [2/2]

JAANET::JEvtWeightNormalisation::JEvtWeightNormalisation ( const JUUID UUID,
const double  normalisation 
)
inline

Constructor.

Parameters
UUIDheader UUID
normalisationevent-weight normalisation

Definition at line 39 of file JEvtWeightSupportkit.hh.

40  :
41  UUID(UUID),
43  {}

Member Data Documentation

◆ UUID

JUUID JAANET::JEvtWeightNormalisation::UUID

header UUID

Definition at line 46 of file JEvtWeightSupportkit.hh.

◆ normalisation

double JAANET::JEvtWeightNormalisation::normalisation

event-weight normalisation

Definition at line 47 of file JEvtWeightSupportkit.hh.


The documentation for this struct was generated from the following file: