![]() |
![]() |
#include <HLTConfigProvider.h>
Public Member Functions | |
const bool | changed () const |
changed? More... | |
const std::vector< std::string > & | datasetContent (unsigned int dataset) const |
names of trigger paths in dataset with index i More... | |
const std::vector< std::string > & | datasetContent (const std::string &dataset) const |
names of trigger paths in dataset with name More... | |
const std::vector< std::vector < std::string > > & | datasetContents () const |
names of trigger paths for all datasets More... | |
unsigned int | datasetIndex (const std::string &dataset) const |
index of dataset with name More... | |
const std::string & | datasetName (unsigned int dataset) const |
name of dataset with index i More... | |
const std::vector< std::string > & | datasetNames () const |
void | dump (const std::string &what) const |
Dumping config info to cout. More... | |
HLTConfigProvider () | |
c'tor More... | |
const std::vector< std::vector < std::pair< bool, std::string > > > & | hltL1GTSeeds () const |
const std::vector< std::pair < bool, std::string > > & | hltL1GTSeeds (const std::string &trigger) const |
HLTLevel1GTSeed modules for trigger path with name. More... | |
const std::vector< std::pair < bool, std::string > > & | hltL1GTSeeds (unsigned int trigger) const |
HLTLevel1GTSeed modules for trigger path with index i. More... | |
bool | init (const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed) |
const bool | inited () const |
initialised? More... | |
const std::string | moduleEDMType (const std::string &module) const |
C++ base class name of module. More... | |
unsigned int | moduleIndex (unsigned int trigger, const std::string &module) const |
slot position of module on trigger path (0 to size-1) More... | |
unsigned int | moduleIndex (const std::string &trigger, const std::string &module) const |
const std::string & | moduleLabel (unsigned int trigger, unsigned int module) const |
const std::string & | moduleLabel (const std::string &trigger, unsigned int module) const |
const std::vector< std::string > & | moduleLabels (unsigned int trigger) const |
label(s) of module(s) on a trigger path More... | |
const std::vector< std::string > & | moduleLabels (const std::string &trigger) const |
const edm::ParameterSet & | modulePSet (const std::string &module) const |
ParameterSet of module. More... | |
const std::string | moduleType (const std::string &module) const |
C++ class name of module. More... | |
const std::vector< std::string > & | prescaleLabels () const |
low-level data member access More... | |
int | prescaleSet (const edm::Event &iEvent, const edm::EventSetup &iSetup) const |
unsigned int | prescaleSize () const |
const std::map< std::string, std::vector< unsigned int > > & | prescaleTable () const |
unsigned int | prescaleValue (unsigned int set, const std::string &trigger) const |
HLT prescale value in specific prescale set for a specific trigger path. More... | |
unsigned int | prescaleValue (const edm::Event &iEvent, const edm::EventSetup &iSetup, const std::string &trigger) const |
combining the two methods above More... | |
std::pair< int, int > | prescaleValues (const edm::Event &iEvent, const edm::EventSetup &iSetup, const std::string &trigger) const |
Combined L1T (pair.first) and HLT (pair.second) prescales per HLT path. More... | |
const std::string & | processName () const |
Accessors (const methods) More... | |
const edm::ParameterSet & | processPSet () const |
ParameterSet of process. More... | |
const bool | saveTags (const std::string &module) const |
Is module an L3 filter (ie, tracked saveTags=true) More... | |
const std::vector< std::string > & | saveTagsModules (unsigned int trigger) const |
const std::vector< std::string > & | saveTagsModules (const std::string &trigger) const |
unsigned int | size () const |
number of trigger paths in trigger table More... | |
unsigned int | size (unsigned int trigger) const |
number of modules on a specific trigger path More... | |
unsigned int | size (const std::string &trigger) const |
const std::vector< std::string > & | streamContent (unsigned int stream) const |
names of datasets in stream with index i More... | |
const std::vector< std::string > & | streamContent (const std::string &stream) const |
names of datasets in stream with name More... | |
const std::vector< std::vector < std::string > > & | streamContents () const |
names of datasets for all streams More... | |
unsigned int | streamIndex (const std::string &stream) const |
index of stream with name More... | |
const std::string & | streamName (unsigned int stream) const |
name of stream with index i More... | |
const std::vector< std::string > & | streamNames () const |
const std::string & | tableName () const |
HLT ConfDB table name. More... | |
unsigned int | triggerIndex (const std::string &triggerName) const |
slot position of trigger path in trigger table (0 to size-1) More... | |
const std::string & | triggerName (unsigned int triggerIndex) const |
const std::vector< std::string > & | triggerNames () const |
names of trigger paths More... | |
Static Public Member Functions | |
static const std::vector < std::string > | matched (const std::vector< std::string > &inputs, const std::string &pattern) |
regexp processing More... | |
static const std::string | removeVersion (const std::string &trigger) |
static const std::vector < std::string > | restoreVersion (const std::vector< std::string > &inputs, const std::string &trigger) |
Private Member Functions | |
void | clear () |
void | getDataFrom (const edm::ParameterSetID &iID) |
void | init (const edm::ProcessHistory &iHistory, const std::string &processName) |
void | init (const std::string &processName) |
Private Attributes | |
bool | changed_ |
const HLTConfigData * | hltConfigData_ |
bool | inited_ |
boost::shared_ptr< L1GtUtils > | l1GtUtils_ |
std::string | processName_ |
data members More... | |
This class provides access routines to get hold of the HLT Configuration
See header file for documentation
Definition at line 34 of file HLTConfigProvider.h.
HLTConfigProvider::HLTConfigProvider | ( | ) |
c'tor
Definition at line 33 of file HLTConfigProvider.cc.
|
inline |
changed?
Definition at line 63 of file HLTConfigProvider.h.
References changed_.
Referenced by EmDQMFeeder::beginRun().
|
private |
Definition at line 242 of file HLTConfigProvider.cc.
References changed_, hltConfigData_, inited_, l1GtUtils_, processName_, and s_dummyHLTConfigData().
Referenced by python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), getDataFrom(), init(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), and python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent().
|
inline |
names of trigger paths in dataset with index i
Definition at line 211 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
Referenced by HLTScalers::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), and FourVectorHLTOffline::beginRun().
|
inline |
names of trigger paths in dataset with name
Definition at line 215 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
|
inline |
names of trigger paths for all datasets
Definition at line 207 of file HLTConfigProvider.h.
References HLTConfigData::datasetContents(), and hltConfigData_.
Referenced by HLTrigReport::reset().
|
inline |
index of dataset with name
Definition at line 203 of file HLTConfigProvider.h.
References HLTConfigData::datasetIndex(), and hltConfigData_.
|
inline |
name of dataset with index i
Definition at line 199 of file HLTConfigProvider.h.
References HLTConfigData::datasetName(), and hltConfigData_.
|
inline |
Datasets list of names of all datasets
Definition at line 195 of file HLTConfigProvider.h.
References HLTConfigData::datasetNames(), and hltConfigData_.
Referenced by FourVectorHLTOnline::beginRun(), FourVectorHLTOffline::beginRun(), and HLTrigReport::reset().
|
inline |
Dumping config info to cout.
Definition at line 48 of file HLTConfigProvider.h.
References HLTConfigData::dump(), and hltConfigData_.
Referenced by HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), TriggerValidator::beginRun(), and prescaleValues().
|
private |
Definition at line 131 of file HLTConfigProvider.cc.
References changed_, clear(), edm::detail::ThreadSafeRegistry< KEY, T, E >::getMapped(), hltConfigData_, edm::ParameterSet::id(), inited_, edm::detail::ThreadSafeRegistry< KEY, T, E >::insertMapped(), edm::detail::ThreadSafeRegistry< KEY, T, E >::instance(), edm::Hash< I >::isValid(), processPSet(), and s_dummyHLTConfigData().
Referenced by init().
|
inline |
HLTLevel1GTSeed module HLTLevel1GTSeed modules for all trigger paths
Definition at line 153 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
Referenced by prescaleValues(), PrescaleWeightProvider::prescaleWeight(), and pat::PATTriggerProducer::produce().
|
inline |
HLTLevel1GTSeed modules for trigger path with name.
Definition at line 157 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
|
inline |
HLTLevel1GTSeed modules for trigger path with index i.
Definition at line 161 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
bool HLTConfigProvider::init | ( | const edm::Run & | iRun, |
const edm::EventSetup & | iSetup, | ||
const std::string & | processName, | ||
bool & | changed | ||
) |
Run-dependent initialisation (non-const method) "init" return value indicates whether intitialisation has succeeded "changed" parameter indicates whether the config has actually changed
defer iSetup access to when actually needed: l1GtUtils_->retrieveL1EventSetup(iSetup);
Definition at line 42 of file HLTConfigProvider.cc.
References changed_, edm::RunBase::id(), inited_, edm::Run::processHistory(), processName(), and processName_.
Referenced by EwkMuDQM::beginRun(), HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), CandidateTriggerObjectProducer::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), EwkMuLumiMonitorDQM::beginRun(), TopElectronHLTOfflineSource::beginRun(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTrigReport::beginRun(), HLTJetMETDQMSource::beginRun(), HLTMuonOfflineAnalyzer::beginRun(), pat::PATTriggerEventProducer::beginRun(), EmDQMFeeder::beginRun(), HeavyFlavorValidation::beginRun(), QcdUeDQM::beginRun(), pat::PATTriggerProducer::beginRun(), JetMETHLTOfflineSource::beginRun(), HLTMuonValidator::beginRun(), TriggerValidator::beginRun(), BTagHLTOfflineSource::beginRun(), HLTJetMETValidation::beginRun(), HLTInfo::beginRun(), EmDQMReco::beginRun(), EgHLTOfflineSummaryClient::beginRun(), EgHLTOfflineClient::beginRun(), HLTScalers::beginRun(), FourVectorHLTOnline::beginRun(), QcdLowPtDQM::beginRun(), EgHLTOfflineSource::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), TrackerDpgAnalysis::beginRun(), HLTOniaSource::checkHLTConfiguration(), MuScleFit::duringLoop(), init(), PrescaleWeightProvider::initRun(), TriggerHelper::initRun(), GenericTriggerEventFlag::initRun(), and DQMProvInfo::makeHLTKeyInfo().
|
private |
Check uniqueness (uniqueness should [soon] be enforced by Fw)
Definition at line 65 of file HLTConfigProvider.cc.
References edm::ProcessHistory::begin(), changed_, clear(), edm::ProcessHistory::end(), edm::ParameterSet::exists(), edm::ProcessHistory::getConfigurationForProcess(), getDataFrom(), edm::detail::ThreadSafeRegistry< KEY, T, E >::getMapped(), hltConfigData_, HLTConfigData::id(), init(), inited_, edm::detail::ThreadSafeRegistry< KEY, T, E >::instance(), n, processName(), processName_, processPSet(), and s_dummyHLTConfigData().
|
private |
Definition at line 170 of file HLTConfigProvider.cc.
References edm::detail::ThreadSafeRegistry< KEY, T, E >::begin(), clear(), edm::detail::ThreadSafeRegistry< KEY, T, E >::end(), getDataFrom(), edm::detail::ThreadSafeRegistry< KEY, T, E >::getMapped(), edm::ParameterSet::getParameter(), hltConfigData_, i, HLTConfigData::id(), MultipleCompare::pset, s_dummyHLTConfigData(), and tableName().
|
inline |
initialised?
Definition at line 59 of file HLTConfigProvider.h.
References inited_.
Referenced by EmDQMFeeder::beginRun().
|
static |
regexp processing
Definition at line 335 of file HLTConfigProvider.cc.
References edm::glob2reg(), i, collect_tpl::input, and n.
Referenced by restoreVersion().
|
inline |
C++ base class name of module.
Definition at line 131 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleEDMType().
Referenced by FourVectorHLTOnline::beginRun(), FourVectorHLTOffline::beginRun(), and EmDQMFeeder::getFilterModules().
|
inline |
slot position of module on trigger path (0 to size-1)
Definition at line 118 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
Referenced by HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), HLTMonBitSummary::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTOffline::beginRun(), FourVectorHLTOnline::hasL1Passed(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 121 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
|
inline |
Definition at line 110 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
Referenced by EmDQMFeeder::getFilterModules(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 113 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
|
inline |
label(s) of module(s) on a trigger path
Definition at line 98 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
Referenced by EwkMuLumiMonitorDQM::analyze(), HLTJetMETDQMSource::analyze(), FourVectorHLTOnline::analyze(), FourVectorHLTriggerOffline::analyze(), FourVectorHLTOffline::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), HeavyFlavorValidation::beginRun(), JetMETHLTOfflineSource::beginRun(), BTagHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), HLTOniaSource::checkHLTConfiguration(), FourVectorHLTOnline::getL1ConditionModuleName(), TrigResRateMon::getL1ConditionModuleName(), FourVectorHLTOffline::getL1ConditionModuleName(), egHLT::trigTools::getL1SeedFilterOfPath(), HLTMuonValidator::initializeHists(), HLTMuonOfflineAnalyzer::moduleLabels(), CandidateTriggerObjectProducer::produce(), HLTrigReport::reset(), and egHLT::trigTools::translateFiltersToPathNames().
|
inline |
Definition at line 101 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
|
inline |
ParameterSet of module.
Definition at line 141 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::modulePSet().
Referenced by LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), EmDQMFeeder::beginRun(), FourVectorHLTriggerOffline::beginRun(), EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), EmDQMFeeder::makePSetForElectronGenericFilter(), EmDQMFeeder::makePSetForEtFilter(), EmDQMFeeder::makePSetForL1SeedToSuperClusterMatchFilter(), EmDQMFeeder::makePSetForOneOEMinusOneOPFilter(), and EmDQMFeeder::makePSetForPixelMatchFilter().
|
inline |
C++ class name of module.
Definition at line 126 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleType().
Referenced by HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), JetMETHLTOfflineSource::beginRun(), BTagHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), EmDQMFeeder::getFilterModules(), FourVectorHLTOnline::getL1ConditionModuleName(), TrigResRateMon::getL1ConditionModuleName(), FourVectorHLTOffline::getL1ConditionModuleName(), EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), EmDQMFeeder::makePSetForElectronGenericFilter(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), and HLTrigReport::reset().
|
inline |
low-level data member access
Definition at line 244 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleLabels().
Referenced by pat::PATTriggerProducer::produce().
int HLTConfigProvider::prescaleSet | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup | ||
) | const |
HLT prescale values via (L1) EventSetup current (default) prescale set index - to be taken from L1GtUtil via Event
error - notify user!
Definition at line 256 of file HLTConfigProvider.cc.
References L1GtUtils::AlgorithmTrigger, l1GtUtils_, and L1GtUtils::TechnicalTrigger.
Referenced by prescaleValue(), prescaleValues(), and pat::PATTriggerProducer::produce().
|
inline |
HLT prescale info Number of HLT prescale sets
Definition at line 222 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleSize().
Referenced by EwkMuDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 247 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleTable().
Referenced by pat::PATTriggerProducer::produce().
|
inline |
HLT prescale value in specific prescale set for a specific trigger path.
Definition at line 226 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleValue().
Referenced by EwkMuDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), HLTInfo::analyze(), prescaleValue(), prescaleValues(), PrescaleWeightProvider::prescaleWeight(), and pat::PATTriggerProducer::produce().
unsigned int HLTConfigProvider::prescaleValue | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup, | ||
const std::string & | trigger | ||
) | const |
combining the two methods above
Definition at line 277 of file HLTConfigProvider.cc.
References prescaleSet(), and prescaleValue().
std::pair< int, int > HLTConfigProvider::prescaleValues | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup, | ||
const std::string & | trigger | ||
) | const |
Combined L1T (pair.first) and HLT (pair.second) prescales per HLT path.
error - can't handle properly multiple L1GTSeed modules
Definition at line 286 of file HLTConfigProvider.cc.
References asciidump::at, dump(), hltL1GTSeeds(), i, l1GtUtils_, prescaleSet(), prescaleValue(), query::result, edm::second(), and size().
Referenced by HLTEventAnalyzerAOD::analyzeTrigger(), and CandidateTriggerObjectProducer::produce().
|
inline |
Accessors (const methods)
process name
Definition at line 55 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processName().
Referenced by EmDQMFeeder::beginRun(), and init().
|
inline |
ParameterSet of process.
Definition at line 136 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processPSet().
Referenced by getDataFrom(), and init().
|
static |
Definition at line 346 of file HLTConfigProvider.cc.
Referenced by EmDQMFeeder::beginRun().
|
static |
Definition at line 351 of file HLTConfigProvider.cc.
References matched().
|
inline |
Is module an L3 filter (ie, tracked saveTags=true)
Definition at line 146 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTags().
Referenced by EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 104 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
Referenced by egHLT::trigTools::getActiveFilters(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 107 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
|
inline |
number of trigger paths in trigger table
Definition at line 68 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), HLTMonBTagMuSource::beginRun(), HLTMonBTagIPSource::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), pat::PATTriggerEventProducer::beginRun(), EmDQMFeeder::beginRun(), QcdUeDQM::beginRun(), pat::PATTriggerProducer::beginRun(), JetMETHLTOfflineSource::beginRun(), TriggerValidator::beginRun(), BTagHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), QcdLowPtDQM::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), EmDQMFeeder::findEgammaPaths(), egHLT::trigTools::getActiveFilters(), EmDQMFeeder::getFilterModules(), PrescaleWeightProvider::initRun(), TriggerHelper::initRun(), GenericTriggerEventFlag::initRun(), DQMProvInfo::makeHLTKeyInfo(), prescaleValues(), PrescaleWeightProvider::prescaleWeight(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), egHLT::trigTools::translateFiltersToPathNames(), JetMETHLTOfflineSource::validPathHLT(), and BTagHLTOfflineSource::validPathHLT().
|
inline |
number of modules on a specific trigger path
Definition at line 72 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
Definition at line 75 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
names of datasets in stream with index i
Definition at line 184 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
Referenced by HLTScalers::beginRun(), TrigResRateMon::beginRun(), TrigResRateMon::fillHltMatrix(), and TrigResRateMon::normalizeHLTMatrix().
|
inline |
names of datasets in stream with name
Definition at line 188 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
|
inline |
names of datasets for all streams
Definition at line 180 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContents().
Referenced by HLTrigReport::reset().
|
inline |
index of stream with name
Definition at line 176 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamIndex().
Referenced by HLTScalers::beginRun().
|
inline |
name of stream with index i
Definition at line 172 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamName().
|
inline |
Streams list of names of all streams
Definition at line 168 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamNames().
Referenced by HLTScalers::beginRun(), and HLTrigReport::reset().
|
inline |
HLT ConfDB table name.
Definition at line 80 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::tableName().
Referenced by LumiCalculator::beginRun(), EmDQMFeeder::beginRun(), init(), DQMProvInfo::makeHLTKeyInfo(), and pat::PATTriggerEventProducer::produce().
|
inline |
slot position of trigger path in trigger table (0 to size-1)
Definition at line 93 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerIndex().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), EwkMuLumiMonitorDQM::analyze(), TopElectronHLTOfflineSource::analyze(), EmDQMReco::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), EmDQMFeeder::beginRun(), TriggerValidator::beginRun(), MuScleFit::duringLoop(), PrescaleWeightProvider::prescaleWeight(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), and HLTrigReport::reset().
|
inline |
Definition at line 88 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerName().
Referenced by HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), QcdUeDQM::beginRun(), JetMETHLTOfflineSource::beginRun(), BTagHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), QcdLowPtDQM::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), EmDQMFeeder::findEgammaPaths(), egHLT::trigTools::getActiveFilters(), pat::PATTriggerProducer::produce(), egHLT::trigTools::translateFiltersToPathNames(), JetMETHLTOfflineSource::validPathHLT(), and BTagHLTOfflineSource::validPathHLT().
|
inline |
names of trigger paths
Definition at line 85 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerNames().
Referenced by EwkMuLumiMonitorDQM::analyze(), HLTMuonOfflineAnalyzer::beginRun(), HeavyFlavorValidation::beginRun(), HLTMuonValidator::beginRun(), HLTJetMETValidation::beginRun(), TrackerDpgAnalysis::beginRun(), HLTOniaSource::checkHLTConfiguration(), HLTMonBitSummary::configSelector(), HLTBitComputer::HLTBitComputer(), CandidateTriggerObjectProducer::produce(), and HLTrigReport::reset().
|
private |
Definition at line 266 of file HLTConfigProvider.h.
Referenced by changed(), clear(), getDataFrom(), and init().
|
private |
Definition at line 267 of file HLTConfigProvider.h.
Referenced by clear(), datasetContent(), datasetContents(), datasetIndex(), datasetName(), datasetNames(), dump(), getDataFrom(), hltL1GTSeeds(), init(), moduleEDMType(), moduleIndex(), moduleLabel(), moduleLabels(), modulePSet(), moduleType(), prescaleLabels(), prescaleSize(), prescaleTable(), prescaleValue(), processName(), processPSet(), saveTags(), saveTagsModules(), size(), streamContent(), streamContents(), streamIndex(), streamName(), streamNames(), tableName(), triggerIndex(), triggerName(), and triggerNames().
|
private |
Definition at line 265 of file HLTConfigProvider.h.
Referenced by clear(), getDataFrom(), init(), and inited().
|
private |
Definition at line 268 of file HLTConfigProvider.h.
Referenced by clear(), prescaleSet(), and prescaleValues().
|
private |