|  | ATLAS Offline Software
    | 
Helper structs to cache the meta-data for simulation and recorded data. More...
| Public Member Functions | |
| ~RunMetaData ()=default | |
| RunMetaData (unsigned int run, const std::string &stream) | |
| bool | operator< (const RunMetaData &other) const | 
| Public Attributes | |
| unsigned int | run_number {0} | 
| run number of the current file  More... | |
| Long64_t | tot_events {0} | 
| Total events from the upstream AOD.  More... | |
| Long64_t | proc_events {0} | 
| Processed Events.  More... | |
| std::string | trigger_stream {} | 
| Name of the trigger stream.  More... | |
| std::set< unsigned int > | total_lumi_blocks {} | 
| Luminosity blocks from the cache upstream.  More... | |
| std::set< unsigned int > | processed_blocks {} | 
| Luminosity blocks from the file.  More... | |
| bool | has_book_keeper {false} | 
Helper structs to cache the meta-data for simulation and recorded data.
Definition at line 47 of file MetaDataAlg.h.
| 
 | default | 
| 
 | inline | 
Definition at line 49 of file MetaDataAlg.h.
| 
 | inline | 
Definition at line 50 of file MetaDataAlg.h.
| bool MuonVal::MetaDataAlg::RunMetaData::has_book_keeper {false} | 
Definition at line 64 of file MetaDataAlg.h.
| Long64_t MuonVal::MetaDataAlg::RunMetaData::proc_events {0} | 
Processed Events.
Definition at line 56 of file MetaDataAlg.h.
| std::set<unsigned int> MuonVal::MetaDataAlg::RunMetaData::processed_blocks {} | 
Luminosity blocks from the file.
Definition at line 62 of file MetaDataAlg.h.
| unsigned int MuonVal::MetaDataAlg::RunMetaData::run_number {0} | 
run number of the current file
Definition at line 52 of file MetaDataAlg.h.
| Long64_t MuonVal::MetaDataAlg::RunMetaData::tot_events {0} | 
Total events from the upstream AOD.
Definition at line 54 of file MetaDataAlg.h.
| std::set<unsigned int> MuonVal::MetaDataAlg::RunMetaData::total_lumi_blocks {} | 
Luminosity blocks from the cache upstream.
Definition at line 60 of file MetaDataAlg.h.
| std::string MuonVal::MetaDataAlg::RunMetaData::trigger_stream {} | 
Name of the trigger stream.
Definition at line 58 of file MetaDataAlg.h.
 1.8.18
 1.8.18