![]() |
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. | |
| unsigned int | prw_channel {0} |
| run number used for the pile-up campaign | |
| double | prw_lumi {0} |
| Expected luminosity. | |
| Long64_t | tot_events {0} |
| Number of total events from the file upstream. | |
| Long64_t | proc_events {0} |
| Number of processed events in the file itself. | |
| double | sum_w {0.} |
| Sum of weights. | |
| double | sum_w_squared {0.} |
| std::string | weight_name {} |
| Name of the weight variation. | |
| unsigned int | variation_number {0} |
| Position inside the weight vector. | |
| bool | has_book_keeper {false} |
| Print the WARNING. | |
| bool | warned {false} |
| Make sure that the WARNING is only printed once. | |
Definition at line 66 of file MetaDataAlg.h.
|
default |
|
inline |
Definition at line 68 of file MetaDataAlg.h.
|
inline |
Definition at line 69 of file MetaDataAlg.h.
| bool MuonVal::MetaDataAlg::SimMetaData::has_book_keeper {false} |
| int MuonVal::MetaDataAlg::SimMetaData::mc_channel {0} |
| Long64_t MuonVal::MetaDataAlg::SimMetaData::proc_events {0} |
| unsigned int MuonVal::MetaDataAlg::SimMetaData::prw_channel {0} |
| double MuonVal::MetaDataAlg::SimMetaData::prw_lumi {0} |
| double MuonVal::MetaDataAlg::SimMetaData::sum_w {0.} |
| double MuonVal::MetaDataAlg::SimMetaData::sum_w_squared {0.} |
Definition at line 86 of file MetaDataAlg.h.
| Long64_t MuonVal::MetaDataAlg::SimMetaData::tot_events {0} |
| unsigned int MuonVal::MetaDataAlg::SimMetaData::variation_number {0} |
| bool MuonVal::MetaDataAlg::SimMetaData::warned {false} |
Make sure that the WARNING is only printed once.
Definition at line 95 of file MetaDataAlg.h.
| std::string MuonVal::MetaDataAlg::SimMetaData::weight_name {} |