Public Member Functions | |
HLTConfigDataEx (HLTConfigData data) | |
std::string const & | moduleLabel (unsigned int trigger, unsigned int module) const override |
std::string const & | moduleType (unsigned int trigger, unsigned int module) const override |
bool | prescaler (unsigned int trigger, unsigned int module) const override |
std::string const & | processName () const override |
unsigned int | size () const override |
unsigned int | size (unsigned int trigger) const override |
unsigned int | triggerIndex (unsigned int trigger) const override |
std::string const & | triggerName (unsigned int trigger) const override |
virtual std::vector< std::string > const & | triggerNames () const |
~HLTConfigDataEx () override=default | |
Public Member Functions inherited from HLTConfigInterface | |
virtual | ~HLTConfigInterface ()=default |
Private Attributes | |
HLTConfigData | data_ |
std::vector< std::vector< std::string const * > > | moduleTypes_ |
std::set< std::string > | moduleTypeSet_ |
std::vector< std::vector< bool > > | prescalers_ |
Definition at line 68 of file hltDiff.cc.
|
inlineexplicit |
Definition at line 70 of file hltDiff.cc.
References data_, visualization-live-secondInstance_cfg::m, moduleLabel(), HLTConfigData::moduleType(), moduleTypes_, moduleTypeSet_, eostools::move(), prescalers_, HLTConfigData::size(), size(), AlCaHLTBitMon_QueryRunRegistry::string, and submitPVValidationJobs::t.
|
overridedefault |
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 94 of file hltDiff.cc.
References data_, and HLTConfigData::moduleLabel().
Referenced by HLTConfigDataEx(), and HLTCommonConfig::moduleLabel().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 98 of file hltDiff.cc.
References moduleTypes_.
Referenced by HLTCommonConfig::moduleType().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 102 of file hltDiff.cc.
References prescalers_.
Referenced by HLTCommonConfig::prescaler().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 82 of file hltDiff.cc.
References data_, and HLTConfigData::processName().
Referenced by HLTCommonConfig::processName().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 84 of file hltDiff.cc.
References data_, and HLTConfigData::size().
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), HLTConfigDataEx(), and HLTCommonConfig::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 86 of file hltDiff.cc.
References data_, and HLTConfigData::size().
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 92 of file hltDiff.cc.
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 90 of file hltDiff.cc.
References data_, and HLTConfigData::triggerName().
Referenced by HLTCommonConfig::triggerName().
|
inlinevirtual |
Definition at line 88 of file hltDiff.cc.
References data_, and HLTConfigData::triggerNames().
|
private |
Definition at line 107 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), moduleLabel(), processName(), size(), triggerName(), and triggerNames().
|
private |
Definition at line 109 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and moduleType().
|
private |
Definition at line 108 of file hltDiff.cc.
Referenced by HLTConfigDataEx().
|
private |
Definition at line 110 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and prescaler().