![]() |
![]() |
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 105 of file hltDiff.cc.
|
inlineexplicit |
Definition at line 107 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 147 of file hltDiff.cc.
References data_, and HLTConfigData::moduleLabel().
Referenced by HLTConfigDataEx(), and HLTCommonConfig::moduleLabel().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 151 of file hltDiff.cc.
References moduleTypes_.
Referenced by HLTCommonConfig::moduleType().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 155 of file hltDiff.cc.
References prescalers_.
Referenced by HLTCommonConfig::prescaler().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 123 of file hltDiff.cc.
References data_, and HLTConfigData::processName().
Referenced by HLTCommonConfig::processName().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 127 of file hltDiff.cc.
References data_, and HLTConfigData::size().
Referenced by HLTCommonConfig::HLTCommonConfig(), HLTConfigDataEx(), and HLTCommonConfig::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 131 of file hltDiff.cc.
References data_, and HLTConfigData::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 143 of file hltDiff.cc.
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 139 of file hltDiff.cc.
References data_, and HLTConfigData::triggerName().
Referenced by HLTCommonConfig::HLTCommonConfig(), and HLTCommonConfig::triggerName().
|
inlinevirtual |
Definition at line 135 of file hltDiff.cc.
References data_, and HLTConfigData::triggerNames().
|
private |
Definition at line 160 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), moduleLabel(), processName(), size(), triggerName(), and triggerNames().
|
private |
Definition at line 162 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and moduleType().
|
private |
Definition at line 161 of file hltDiff.cc.
Referenced by HLTConfigDataEx().
|
private |
Definition at line 163 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and prescaler().