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 703 of file hltDiff.cc.
|
inline |
Definition at line 723 of file hltDiff.cc.
|
inline |
Definition at line 726 of file hltDiff.cc.
References JsonOutputProducer::JsonTriggerEventState::tr.
|
inline |
Definition at line 709 of file hltDiff.cc.
References dataformats::indent(), L1Trigger_dataformats::json, fjr2json::lumi, and DTTTrigCorrFirst::run.
int JsonOutputProducer::JsonEvent::event |
Definition at line 706 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 705 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), and JsonOutputProducer::pushEvent().
int JsonOutputProducer::JsonEvent::run |
Definition at line 704 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), JsonOutputProducer::pushEvent(), and dqm_interfaces.DirWalkerFile::walk().
std::vector<JsonTriggerEventState> JsonOutputProducer::JsonEvent::triggerStates |
Definition at line 707 of file hltDiff.cc.
Referenced by SummaryOutputProducer::GenericSummary::addEntry().