Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
 JEvtWeightNormalisation (const JUUID &UUID, const double normalisation)
 Constructor.
 

Public Attributes

JUUID UUID
 header UUID
 
double normalisation
 event-weight normalisation
 

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: