Public Member Functions | |
JsonEvent (int _run, int _lumi, int _event) | |
JsonTriggerEventState & | pushTrigger (int _tr) |
std::string | serialise (size_t _indent=0) const |
Public Attributes | |
int | event |
int | lumi |
int | run |
std::vector< JsonTriggerEventState > | triggerStates |
Definition at line 658 of file hltDiff.cc.
|
inline |
Definition at line 680 of file hltDiff.cc.
|
inline |
Definition at line 682 of file hltDiff.cc.
References JsonOutputProducer::JsonTriggerEventState::tr.
|
inline |
Definition at line 664 of file hltDiff.cc.
References validateAlignments::indent, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and writedatasetfile::run.
int JsonOutputProducer::JsonEvent::event |
Definition at line 661 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), Types.EventID::cppID(), looper.Looper::process(), and core.AutoHandle.AutoHandle::product().
int JsonOutputProducer::JsonEvent::lumi |
Definition at line 660 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry().
int JsonOutputProducer::JsonEvent::run |
Definition at line 659 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), DTWorkflow.DTWorkflow::all(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), o2olib.O2OTool::execute(), and dqm_interfaces.DirWalkerFile::walk().
std::vector<JsonTriggerEventState> JsonOutputProducer::JsonEvent::triggerStates |
Definition at line 662 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry().