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 709 of file hltDiff.cc.
|
inline |
Definition at line 729 of file hltDiff.cc.
|
inline |
Definition at line 732 of file hltDiff.cc.
References JsonOutputProducer::JsonTriggerEventState::tr.
|
inline |
Definition at line 715 of file hltDiff.cc.
References summarizeEdmComparisonLogfiles::indent, and edmPickEvents::json.
int JsonOutputProducer::JsonEvent::event |
Definition at line 712 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), Types.EventID::cppID(), looper.Looper::process(), core.AutoHandle.AutoHandle::product(), and JsonOutputProducer::pushEvent().
int JsonOutputProducer::JsonEvent::lumi |
Definition at line 711 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), and JsonOutputProducer::pushEvent().
int JsonOutputProducer::JsonEvent::run |
Definition at line 710 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), o2olib.O2OTool::execute(), JsonOutputProducer::pushEvent(), and dqm_interfaces.DirWalkerFile::walk().
std::vector<JsonTriggerEventState> JsonOutputProducer::JsonEvent::triggerStates |
Definition at line 713 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry().