Public Member Functions | |
int | addEntry (const JsonOutputProducer::JsonEvent &_event, const int _triggerIndex) |
Pair | changed () const |
Pair | gained () const |
GenericSummary (int _id, const JsonOutputProducer &_json, const std::vector< std::string > &_names) | |
bool | keepForC () const |
bool | keepForGL () const |
Pair | lost () const |
Public Attributes | |
int | id |
const JsonOutputProducer & | json |
std::string | name |
std::set< Event > | v_changed |
std::set< Event > | v_gained |
std::set< Event > | v_lost |
Definition at line 866 of file hltDiff.cc.
|
inline |
Definition at line 874 of file hltDiff.cc.
|
inline |
Definition at line 880 of file hltDiff.cc.
References JsonOutputProducer::JsonEvent::event, Fail, JsonOutputProducer::JsonEventState::l, JsonOutputProducer::JsonEvent::lumi, JsonOutputProducer::JsonTriggerEventState::n, JsonOutputProducer::JsonTriggerEventState::o, Pass, JsonOutputProducer::JsonEvent::run, JsonOutputProducer::JsonEventState::s, and JsonOutputProducer::JsonEvent::triggerStates.
|
inline |
Definition at line 906 of file hltDiff.cc.
References mathSSE::sqrt().
Referenced by SummaryOutputProducer::writeCSV_module(), and SummaryOutputProducer::writeHistograms().
|
inline |
Definition at line 898 of file hltDiff.cc.
References mathSSE::sqrt().
Referenced by SummaryOutputProducer::writeCSV_module(), and SummaryOutputProducer::writeHistograms().
|
inline |
Definition at line 910 of file hltDiff.cc.
Referenced by SummaryOutputProducer::writeHistograms().
|
inline |
|
inline |
Definition at line 902 of file hltDiff.cc.
References mathSSE::sqrt().
Referenced by SummaryOutputProducer::writeCSV_module(), and SummaryOutputProducer::writeHistograms().
int SummaryOutputProducer::GenericSummary::id |
Definition at line 868 of file hltDiff.cc.
const JsonOutputProducer& SummaryOutputProducer::GenericSummary::json |
Definition at line 867 of file hltDiff.cc.
std::string SummaryOutputProducer::GenericSummary::name |
Definition at line 869 of file hltDiff.cc.
Referenced by ElectronMVAID.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), DisplayManager.DisplayManager::__del__(), dqm_interfaces.DirID::__eq__(), dirstructure.Directory::__get_full_path(), dirstructure.Comparison::__get_img_name(), dataset.Dataset::__getDataType(), dataset.Dataset::__getFileInfoList(), dirstructure.Comparison::__make_image(), core.autovars.NTupleVariable::__repr__(), core.autovars.NTupleObjectType::__repr__(), core.autovars.NTupleObject::__repr__(), core.autovars.NTupleCollection::__repr__(), dirstructure.Directory::__repr__(), dqm_interfaces.DirID::__repr__(), dirstructure.Comparison::__repr__(), config.Service::__setattr__(), config.CFG::__str__(), counter.Counter::__str__(), average.Average::__str__(), core.autovars.NTupleObjectType::addSubObjects(), core.autovars.NTupleObjectType::addVariables(), core.autovars.NTupleObjectType::allVars(), dirstructure.Directory::calcStats(), validation.Sample::digest(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::divide_wilson(), DisplayManager.DisplayManager::Draw(), core.autovars.NTupleVariable::fillBranch(), core.autovars.NTupleObject::fillBranches(), core.autovars.NTupleCollection::fillBranchesScalar(), core.autovars.NTupleCollection::fillBranchesVector(), core.autovars.NTupleCollection::get_cpp_declaration(), core.autovars.NTupleCollection::get_cpp_wrapper_class(), core.autovars.NTupleCollection::get_py_wrapper_class(), utils.StatisticalTest::get_status(), production_tasks.Task::getname(), dataset.CMSDataset::getPrimaryDatasetEntries(), dataset.PrivateDataset::getPrimaryDatasetEntries(), VIDSelectorBase.VIDSelectorBase::initialize(), core.autovars.NTupleVariable::makeBranch(), core.autovars.NTupleObject::makeBranches(), core.autovars.NTupleCollection::makeBranchesScalar(), core.autovars.NTupleCollection::makeBranchesVector(), dirstructure.Directory::print_report(), dataset.BaseDataset::printInfo(), dataset.Dataset::printInfo(), production_tasks.MonitorJobs::run(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), Vispa.Views.PropertyView.Property::valueChanged(), counter.Counter::write(), average.Average::write(), SummaryOutputProducer::writeCSV_module(), SummaryOutputProducer::writeCSV_trigger(), and SummaryOutputProducer::writeHistograms().
std::set<Event> SummaryOutputProducer::GenericSummary::v_changed |
Definition at line 872 of file hltDiff.cc.
std::set<Event> SummaryOutputProducer::GenericSummary::v_gained |
Definition at line 870 of file hltDiff.cc.
std::set<Event> SummaryOutputProducer::GenericSummary::v_lost |
Definition at line 871 of file hltDiff.cc.