Public Member Functions | |
HLTConfigDataEx (HLTConfigData data) | |
virtual std::string const & | moduleLabel (unsigned int trigger, unsigned int module) const override |
virtual std::string const & | moduleType (unsigned int trigger, unsigned int module) const override |
virtual bool | prescaler (unsigned int trigger, unsigned int module) const override |
virtual std::string const & | processName () const override |
virtual unsigned int | size () const override |
virtual unsigned int | size (unsigned int trigger) const override |
virtual unsigned int | triggerIndex (unsigned int trigger) const override |
virtual std::string const & | triggerName (unsigned int trigger) const override |
virtual std::vector < std::string > const & | triggerNames () const |
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 100 of file hltDiff.cc.
|
inlineexplicit |
Definition at line 102 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 lumiQTWidget::t.
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 142 of file hltDiff.cc.
References data_, and HLTConfigData::moduleLabel().
Referenced by HLTConfigDataEx(), and HLTCommonConfig::moduleLabel().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 146 of file hltDiff.cc.
References moduleTypes_.
Referenced by HLTCommonConfig::moduleType().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 150 of file hltDiff.cc.
References prescalers_.
Referenced by HLTCommonConfig::prescaler().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 118 of file hltDiff.cc.
References data_, and HLTConfigData::processName().
Referenced by HLTCommonConfig::processName().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 122 of file hltDiff.cc.
References data_, and HLTConfigData::size().
Referenced by HLTCommonConfig::HLTCommonConfig(), HLTConfigDataEx(), and HLTCommonConfig::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 126 of file hltDiff.cc.
References data_, and HLTConfigData::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 138 of file hltDiff.cc.
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 134 of file hltDiff.cc.
References data_, and HLTConfigData::triggerName().
Referenced by HLTCommonConfig::HLTCommonConfig(), and HLTCommonConfig::triggerName().
|
inlinevirtual |
Definition at line 130 of file hltDiff.cc.
References data_, and HLTConfigData::triggerNames().
|
private |
Definition at line 155 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), moduleLabel(), processName(), size(), triggerName(), and triggerNames().
|
private |
Definition at line 157 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and moduleType().
|
private |
Definition at line 156 of file hltDiff.cc.
Referenced by HLTConfigDataEx().
|
private |
Definition at line 158 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and prescaler().