Classes | |
struct | PathAndFlags |
Public Member Functions | |
void | clear () |
void | init (const HLTConfigProvider &) |
const std::vector< PathAndFlags > & | operator[] (const std::string &filter) const |
Private Member Functions | |
void | insert (const std::string &filter, const std::string &path, unsigned int pathIndex, bool lastFilter, bool l3Filter) |
Private Attributes | |
const std::vector< PathAndFlags > | empty_ = {} |
std::map< std::string, std::vector< PathAndFlags > > | map_ |
Definition at line 138 of file PATTriggerProducer.cc.
|
inline |
Definition at line 150 of file PATTriggerProducer.cc.
References map_.
Referenced by init().
void PATTriggerProducer::ModuleLabelToPathAndFlags::init | ( | const HLTConfigProvider & | hltConfig | ) |
Definition at line 1326 of file PATTriggerProducer.cc.
References clear(), HltComparatorCreateWorkflow::hltConfig, insert(), PDWG_EXODelayedJetMET_cff::saveTags, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by pat::PATTriggerProducer::beginRun().
|
inlineprivate |
Definition at line 157 of file PATTriggerProducer.cc.
References ALCARECOTkAlBeamHalo_cff::filter, map_, and castor_dqm_sourceclient_file_cfg::path.
Referenced by init().
|
inline |
Definition at line 151 of file PATTriggerProducer.cc.
References empty_, ALCARECOTkAlBeamHalo_cff::filter, and map_.
|
private |
Definition at line 162 of file PATTriggerProducer.cc.
Referenced by operator[]().
|
private |
Definition at line 161 of file PATTriggerProducer.cc.
Referenced by clear(), insert(), and operator[]().