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 72 of file hltDiff.cc.
|
inlineexplicit |
Definition at line 74 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 114 of file hltDiff.cc.
References data_, and HLTConfigData::moduleLabel().
Referenced by HLTConfigDataEx(), and HLTCommonConfig::moduleLabel().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 118 of file hltDiff.cc.
References moduleTypes_.
Referenced by HLTCommonConfig::moduleType().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 122 of file hltDiff.cc.
References prescalers_.
Referenced by HLTCommonConfig::prescaler().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 90 of file hltDiff.cc.
References data_, and HLTConfigData::processName().
Referenced by HLTCommonConfig::processName().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 94 of file hltDiff.cc.
References data_, and HLTConfigData::size().
Referenced by HLTCommonConfig::HLTCommonConfig(), HLTConfigDataEx(), and HLTCommonConfig::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 98 of file hltDiff.cc.
References data_, and HLTConfigData::size().
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 110 of file hltDiff.cc.
|
inlineoverridevirtual |
Implements HLTConfigInterface.
Definition at line 106 of file hltDiff.cc.
References data_, and HLTConfigData::triggerName().
Referenced by HLTCommonConfig::HLTCommonConfig(), and HLTCommonConfig::triggerName().
|
inlinevirtual |
Definition at line 102 of file hltDiff.cc.
References data_, and HLTConfigData::triggerNames().
|
private |
Definition at line 127 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), moduleLabel(), processName(), size(), triggerName(), and triggerNames().
|
private |
Definition at line 129 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and moduleType().
|
private |
Definition at line 128 of file hltDiff.cc.
Referenced by HLTConfigDataEx().
|
private |
Definition at line 130 of file hltDiff.cc.
Referenced by HLTConfigDataEx(), and prescaler().