ATLAS Offline Software
|
Public Member Functions | |
~SimMetaData ()=default | |
SimMetaData (int __dsid, unsigned int __prw) | |
bool | operator< (const SimMetaData &other) const |
Public Attributes | |
int | mc_channel {0} |
Mc channel number. More... | |
unsigned int | prw_channel {0} |
run number used for the pile-up campaign More... | |
double | prw_lumi {0} |
Expected luminosity. More... | |
Long64_t | tot_events {0} |
Number of total events from the file upstream. More... | |
Long64_t | proc_events {0} |
Number of processed events in the file itself. More... | |
double | sum_w {0.} |
Sum of weights. More... | |
double | sum_w_squared {0.} |
std::string | weight_name {} |
Name of the weight variation. More... | |
unsigned int | variation_number {0} |
Position inside the weight vector. More... | |
bool | has_book_keeper {false} |
Print the WARNING. More... | |
bool | warned {false} |
Make sure that the WARNING is only printed once. More... | |
Definition at line 66 of file MuonTPMetaDataAlg.h.
|
default |
|
inline |
Definition at line 68 of file MuonTPMetaDataAlg.h.
|
inline |
Definition at line 69 of file MuonTPMetaDataAlg.h.
bool MuonVal::MuonTPMetaDataAlg::SimMetaData::has_book_keeper {false} |
Print the WARNING.
Definition at line 93 of file MuonTPMetaDataAlg.h.
int MuonVal::MuonTPMetaDataAlg::SimMetaData::mc_channel {0} |
Mc channel number.
Definition at line 75 of file MuonTPMetaDataAlg.h.
Long64_t MuonVal::MuonTPMetaDataAlg::SimMetaData::proc_events {0} |
Number of processed events in the file itself.
Definition at line 83 of file MuonTPMetaDataAlg.h.
unsigned int MuonVal::MuonTPMetaDataAlg::SimMetaData::prw_channel {0} |
run number used for the pile-up campaign
Definition at line 77 of file MuonTPMetaDataAlg.h.
double MuonVal::MuonTPMetaDataAlg::SimMetaData::prw_lumi {0} |
Expected luminosity.
Definition at line 79 of file MuonTPMetaDataAlg.h.
double MuonVal::MuonTPMetaDataAlg::SimMetaData::sum_w {0.} |
Sum of weights.
Definition at line 85 of file MuonTPMetaDataAlg.h.
double MuonVal::MuonTPMetaDataAlg::SimMetaData::sum_w_squared {0.} |
Definition at line 86 of file MuonTPMetaDataAlg.h.
Long64_t MuonVal::MuonTPMetaDataAlg::SimMetaData::tot_events {0} |
Number of total events from the file upstream.
Definition at line 81 of file MuonTPMetaDataAlg.h.
unsigned int MuonVal::MuonTPMetaDataAlg::SimMetaData::variation_number {0} |
Position inside the weight vector.
Definition at line 91 of file MuonTPMetaDataAlg.h.
bool MuonVal::MuonTPMetaDataAlg::SimMetaData::warned {false} |
Make sure that the WARNING is only printed once.
Definition at line 95 of file MuonTPMetaDataAlg.h.
std::string MuonVal::MuonTPMetaDataAlg::SimMetaData::weight_name {} |
Name of the weight variation.
Definition at line 89 of file MuonTPMetaDataAlg.h.