Classes | |
struct | PathAndFlags |
Public Member Functions | |
void | clear () |
void | init (const HLTConfigProvider &conf) |
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 126 of file PATTriggerProducer.h.
|
inline |
Definition at line 137 of file PATTriggerProducer.h.
References map_.
Referenced by init().
void PATTriggerProducer::ModuleLabelToPathAndFlags::init | ( | const HLTConfigProvider & | conf | ) |
Definition at line 1011 of file PATTriggerProducer.cc.
References clear(), insert(), HLTConfigProvider::moduleEDMType(), HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), CommPDSkim_cfg::saveTags, HLTConfigProvider::saveTags(), AlCaHLTBitMon_QueryRunRegistry::string, and HLTConfigProvider::triggerNames().
Referenced by pat::PATTriggerProducer::beginRun().
|
inlineprivate |
Definition at line 143 of file PATTriggerProducer.h.
References alcazmumu_cfi::filter, and map_.
Referenced by BeautifulSoup.PageElement::_invert(), and init().
|
inline |
Definition at line 138 of file PATTriggerProducer.h.
|
private |
Definition at line 147 of file PATTriggerProducer.h.
Referenced by operator[]().
|
private |
Definition at line 146 of file PATTriggerProducer.h.
Referenced by clear(), insert(), and operator[]().