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 836 of file hltDiff.cc.
|
inline |
Definition at line 844 of file hltDiff.cc.
|
inline |
Definition at line 850 of file hltDiff.cc.
|
inline |
Definition at line 876 of file hltDiff.cc.
|
inline |
Definition at line 868 of file hltDiff.cc.
|
inline |
Definition at line 880 of file hltDiff.cc.
|
inline |
Definition at line 884 of file hltDiff.cc.
|
inline |
Definition at line 872 of file hltDiff.cc.
int SummaryOutputProducer::GenericSummary::id |
Definition at line 838 of file hltDiff.cc.
const JsonOutputProducer& SummaryOutputProducer::GenericSummary::json |
Definition at line 837 of file hltDiff.cc.
std::string SummaryOutputProducer::GenericSummary::name |
Definition at line 839 of file hltDiff.cc.
Referenced by ElectronMVAID.ElectronMVAID::__call__(), counter.Counter::__str__(), average.Average::__str__(), VIDSelectorBase.VIDSelectorBase::initialize(), counter.Counter::write(), and average.Average::write().
std::set<Event> SummaryOutputProducer::GenericSummary::v_changed |
Definition at line 842 of file hltDiff.cc.
std::set<Event> SummaryOutputProducer::GenericSummary::v_gained |
Definition at line 840 of file hltDiff.cc.
std::set<Event> SummaryOutputProducer::GenericSummary::v_lost |
Definition at line 841 of file hltDiff.cc.