Public Member Functions | |
JsonVars () | |
std::string | serialise (size_t _indent=0) const |
Public Attributes | |
std::vector< std::string > | label |
std::vector< std::string > | state |
std::vector< std::string > | trigger |
std::vector< std::pair< int, int > > | trigger_passed_count |
std::vector< std::string > | type |
Definition at line 565 of file hltDiff.cc.
|
inline |
Definition at line 591 of file hltDiff.cc.
|
inline |
Definition at line 572 of file hltDiff.cc.
References dataformats::indent(), submitPVResolutionJobs::key, and label.
std::vector<std::string> JsonOutputProducer::JsonVars::label |
Definition at line 569 of file hltDiff.cc.
Referenced by python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), and core.AutoHandle.AutoHandle::ReallyLoad().
std::vector<std::string> JsonOutputProducer::JsonVars::state |
Definition at line 566 of file hltDiff.cc.
Referenced by HltDiff::compare().
std::vector<std::string> JsonOutputProducer::JsonVars::trigger |
Definition at line 567 of file hltDiff.cc.
Referenced by HltDiff::compare().
std::vector<std::pair<int, int> > JsonOutputProducer::JsonVars::trigger_passed_count |
Definition at line 568 of file hltDiff.cc.
Referenced by HltDiff::compare().
std::vector<std::string> JsonOutputProducer::JsonVars::type |
Definition at line 570 of file hltDiff.cc.
Referenced by core.autovars.NTupleVariable::makeBranch(), and core.AutoHandle.AutoHandle::ReallyLoad().