#include <HLTConfigProvider.h>
Classes | |
struct | HLTConfigCounterSentry |
Public Member Functions | |
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... | |
const std::string & | globalTag () const |
global tag 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) |
d'tor More... | |
bool | inited () const |
Accessors (const methods) 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 |
process name More... | |
const edm::ParameterSet & | processPSet () const |
ParameterSet of process. More... | |
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... | |
HLTConfigCounterSentry | sentry_ |
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 35 of file HLTConfigProvider.cc.
|
inline |
changed?
Definition at line 70 of file HLTConfigProvider.h.
References changed_.
Referenced by EmDQMFeeder::beginRun().
|
private |
Definition at line 267 of file HLTConfigProvider.cc.
References changed_, hltConfigData_, inited_, l1GtUtils_, processName_, and s_dummyHLTConfigData().
Referenced by getDataFrom(), and init().
|
inline |
names of trigger paths in dataset with index i
Definition at line 227 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
Referenced by GeneralHLTOffline::beginRun(), HLTOfflineReproducibility::beginRun(), HLTScalers::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), and FourVectorHLTOffline::beginRun().
|
inline |
names of trigger paths in dataset with name
Definition at line 231 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
|
inline |
names of trigger paths for all datasets
Definition at line 223 of file HLTConfigProvider.h.
References HLTConfigData::datasetContents(), and hltConfigData_.
Referenced by HLTrigReport::reset().
|
inline |
index of dataset with name
Definition at line 219 of file HLTConfigProvider.h.
References HLTConfigData::datasetIndex(), and hltConfigData_.
|
inline |
name of dataset with index i
Definition at line 215 of file HLTConfigProvider.h.
References HLTConfigData::datasetName(), and hltConfigData_.
|
inline |
Datasets list of names of all datasets
Definition at line 211 of file HLTConfigProvider.h.
References HLTConfigData::datasetNames(), and hltConfigData_.
Referenced by HLTOfflineReproducibility::beginRun(), FourVectorHLTOnline::beginRun(), FourVectorHLTOffline::beginRun(), and HLTrigReport::reset().
|
inline |
Dumping config info to cout.
Definition at line 59 of file HLTConfigProvider.h.
References HLTConfigData::dump(), and hltConfigData_.
Referenced by HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), TriggerValidator::beginRun(), and prescaleValues().
|
private |
Definition at line 156 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 |
global tag
Definition at line 80 of file HLTConfigProvider.h.
References HLTConfigData::globalTag(), and hltConfigData_.
|
inline |
HLTLevel1GTSeed module HLTLevel1GTSeed modules for all trigger paths
Definition at line 169 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), prescaleValues(), PrescaleWeightProvider::prescaleWeight(), and pat::PATTriggerProducer::produce().
|
inline |
HLTLevel1GTSeed modules for trigger path with name.
Definition at line 173 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
|
inline |
HLTLevel1GTSeed modules for trigger path with index i.
Definition at line 177 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 | ||
) |
d'tor
Run-dependent initialisation (non-const method) "init" return value indicates whether intitialisation has succeeded "changed" parameter indicates whether the config has actually changed
L1 GTA V3: https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideL1TriggerL1GtUtils#Version_3
Definition at line 67 of file HLTConfigProvider.cc.
References changed_, edm::RunBase::id(), inited_, l1GtUtils_, edm::Run::processHistory(), processName(), processName_, useL1EventSetup(), and useL1GtTriggerMenuLite().
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), EwkElecDQM::beginRun(), EwkMuDQM::beginRun(), HLTEventAnalyzerRAW::beginRun(), HLTEventAnalyzerAOD::beginRun(), CandidateTriggerObjectProducer::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), EwkMuLumiMonitorDQM::beginRun(), TopElectronHLTOfflineSource::beginRun(), PixelVTXMonitor::beginRun(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTrigReport::beginRun(), HLTJetMETDQMSource::beginRun(), pat::PATTriggerEventProducer::beginRun(), HLTMuonOfflineAnalyzer::beginRun(), EmDQMFeeder::beginRun(), HeavyFlavorValidation::beginRun(), GeneralHLTOffline::beginRun(), HLTInclusiveVBFSource::beginRun(), QcdUeDQM::beginRun(), pat::PATTriggerProducer::beginRun(), HLTMuonValidator::beginRun(), TriggerValidator::beginRun(), BTagHLTOfflineSource::beginRun(), HLTHiggsSubAnalysis::beginRun(), HLTJetMETValidation::beginRun(), JetMETHLTOfflineSource::beginRun(), HLTInfo::beginRun(), EmDQMReco::beginRun(), HLTOfflineReproducibility::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 90 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 195 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(), instance, s_dummyHLTConfigData(), and tableName().
|
inline |
Accessors (const methods)
initialised?
Definition at line 66 of file HLTConfigProvider.h.
References inited_.
Referenced by HLTTauDQMAutomation::AutoCompleteConfig(), HLTTauDQMAutomation::AutoCompleteMatching(), EmDQMFeeder::beginRun(), and HLTTauDQMFilter::interestingModules().
|
static |
regexp processing
Definition at line 360 of file HLTConfigProvider.cc.
References edm::glob2reg(), i, LaserDQM_cfg::input, and n.
Referenced by GenericTriggerEventFlag::expandLogicalExpression(), and restoreVersion().
|
inline |
C++ base class name of module.
Definition at line 148 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleEDMType().
Referenced by FourVectorHLTOnline::beginRun(), FourVectorHLTOffline::beginRun(), EmDQMFeeder::getFilterModules(), and pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init().
|
inline |
slot position of module on trigger path (0 to size-1)
Definition at line 135 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
Referenced by HLTOfflineReproducibility::analyze(), HLTMonBTagMuSource::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBitSummary::beginRun(), FourVectorHLTOnline::beginRun(), FourVectorHLTOffline::beginRun(), FourVectorHLTOnline::hasL1Passed(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 138 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
|
inline |
Definition at line 127 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
Referenced by HLTOfflineReproducibility::beginRun(), EmDQMFeeder::getFilterModules(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 130 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
|
inline |
label(s) of module(s) on a trigger path
Definition at line 115 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
Referenced by EwkMuLumiMonitorDQM::analyze(), HLTJetMETDQMSource::analyze(), GeneralHLTOffline::analyze(), FourVectorHLTOnline::analyze(), FourVectorHLTriggerOffline::analyze(), FourVectorHLTOffline::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), HeavyFlavorValidation::beginRun(), HLTInclusiveVBFSource::beginRun(), BTagHLTOfflineSource::beginRun(), JetMETHLTOfflineSource::beginRun(), HLTOfflineReproducibility::beginRun(), FourVectorHLTOnline::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), HLTOniaSource::checkHLTConfiguration(), JetMETHLTOfflineSource::getL1ConditionModuleName(), FourVectorHLTOnline::getL1ConditionModuleName(), TrigResRateMon::getL1ConditionModuleName(), FourVectorHLTOffline::getL1ConditionModuleName(), egHLT::trigTools::getL1SeedFilterOfPath(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), HLTTauDQMFilter::interestingModules(), HLTMuonValidator::moduleLabels(), HLTMuonOfflineAnalyzer::moduleLabels(), HLTrigReport::reset(), and egHLT::trigTools::translateFiltersToPathNames().
|
inline |
Definition at line 118 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
|
inline |
ParameterSet of module.
Definition at line 158 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::modulePSet().
Referenced by LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), EmDQMFeeder::beginRun(), FourVectorHLTriggerOffline::beginRun(), HLTTauDQMFilter::interestingModules(), EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), EmDQMFeeder::makePSetForElectronGenericFilter(), EmDQMFeeder::makePSetForEtFilter(), EmDQMFeeder::makePSetForL1SeedToSuperClusterMatchFilter(), EmDQMFeeder::makePSetForOneOEMinusOneOPFilter(), and EmDQMFeeder::makePSetForPixelMatchFilter().
|
inline |
C++ class name of module.
Definition at line 143 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleType().
Referenced by GeneralHLTOffline::analyze(), HLTOfflineReproducibility::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTTauDQMAutomation::AutoCompleteMatching(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), HLTInclusiveVBFSource::beginRun(), BTagHLTOfflineSource::beginRun(), JetMETHLTOfflineSource::beginRun(), HLTOfflineReproducibility::beginRun(), FourVectorHLTOnline::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), EmDQMFeeder::getFilterModules(), JetMETHLTOfflineSource::getL1ConditionModuleName(), FourVectorHLTOnline::getL1ConditionModuleName(), TrigResRateMon::getL1ConditionModuleName(), FourVectorHLTOffline::getL1ConditionModuleName(), HLTTauDQMFilter::getPSets(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), HLTTauDQMFilter::interestingModules(), EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), EmDQMFeeder::makePSetForElectronGenericFilter(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), and HLTrigReport::reset().
|
inline |
low-level data member access
Definition at line 260 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 281 of file HLTConfigProvider.cc.
References L1GtUtils::AlgorithmTrigger, l1GtUtils_, L1GtUtils::TechnicalTrigger, useL1EventSetup(), and useL1GtTriggerMenuLite().
Referenced by prescaleValue(), prescaleValues(), and pat::PATTriggerProducer::produce().
|
inline |
HLT prescale info Number of HLT prescale sets
Definition at line 238 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleSize().
Referenced by EwkElecDQM::analyze(), EwkMuDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 263 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 242 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleValue().
Referenced by EwkElecDQM::analyze(), EwkMuDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), HLTInfo::analyze(), HLTTauDQMAutomation::AutoCompleteConfig(), HLTTauDQMAutomation::AutoCompleteMatching(), 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 302 of file HLTConfigProvider.cc.
References prescaleSet(), prescaleValue(), and runtimedef::set().
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 311 of file HLTConfigProvider.cc.
References asciidump::at, dump(), hltL1GTSeeds(), i, l1GtUtils_, prescaleSet(), prescaleValue(), query::result, edm::second(), runtimedef::set(), size(), useL1EventSetup(), and useL1GtTriggerMenuLite().
Referenced by HLTEventAnalyzerAOD::analyzeTrigger(), TrigResRateMon::fillCountsPerPath(), TrigResRateMon::fillHltMatrix(), and CandidateTriggerObjectProducer::produce().
|
inline |
process name
Definition at line 75 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processName().
Referenced by GeneralHLTOffline::beginRun(), EmDQMFeeder::beginRun(), and init().
|
inline |
ParameterSet of process.
Definition at line 153 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processPSet().
Referenced by getDataFrom(), and init().
|
static |
Definition at line 371 of file HLTConfigProvider.cc.
Referenced by GeneralHLTOffline::beginRun(), EmDQMFeeder::beginRun(), JetMETHLTOfflineSource::beginRun(), GeneralHLTOffline::fillHltMatrix(), and GeneralHLTOffline::setupHltMatrix().
|
static |
Definition at line 376 of file HLTConfigProvider.cc.
References matched().
Referenced by GenericTriggerEventFlag::expandLogicalExpression().
|
inline |
Is module an L3 filter (ie, tracked saveTags=true)
Definition at line 163 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTags().
Referenced by GeneralHLTOffline::analyze(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), EmDQMFeeder::makePSetForEgammaGenericFilter(), EmDQMFeeder::makePSetForEgammaGenericQuadraticFilter(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 121 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
Referenced by egHLT::trigTools::getActiveFilters(), CandidateTriggerObjectProducer::produce(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 124 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
|
inline |
number of trigger paths in trigger table
Definition at line 90 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), pat::PATTriggerEventProducer::beginRun(), EmDQMFeeder::beginRun(), GeneralHLTOffline::beginRun(), HLTInclusiveVBFSource::beginRun(), QcdUeDQM::beginRun(), pat::PATTriggerProducer::beginRun(), TriggerValidator::beginRun(), BTagHLTOfflineSource::beginRun(), JetMETHLTOfflineSource::beginRun(), HLTOfflineReproducibility::beginRun(), FourVectorHLTOnline::beginRun(), QcdLowPtDQM::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), TrigResRateMon::bookCountsPerPath(), TrigResRateMon::fillCountsPerPath(), JetMETHLTOfflineSource::fillMEforEffWrtMBTrigger(), JetMETHLTOfflineSource::fillMEforEffWrtMuTrigger(), JetMETHLTOfflineSource::fillMEforMonAllTriggerwrtMuonTrigger(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), TrigResRateMon::filltestHisto(), EmDQMFeeder::findEgammaPaths(), TrigResRateMon::findReferenceTriggerIndex(), egHLT::trigTools::getActiveFilters(), EmDQMFeeder::getFilterModules(), PrescaleWeightProvider::initRun(), TriggerHelper::initRun(), GenericTriggerEventFlag::initRun(), DQMProvInfo::makeHLTKeyInfo(), prescaleValues(), PrescaleWeightProvider::prescaleWeight(), TrigResRateMon::printCountsPerPathThisLumi(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), egHLT::trigTools::translateFiltersToPathNames(), HLTInclusiveVBFSource::validPathHLT(), BTagHLTOfflineSource::validPathHLT(), and JetMETHLTOfflineSource::validPathHLT().
|
inline |
number of modules on a specific trigger path
Definition at line 94 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
Definition at line 97 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
names of datasets in stream with index i
Definition at line 200 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
Referenced by GeneralHLTOffline::analyze(), GeneralHLTOffline::beginRun(), HLTScalers::beginRun(), TrigResRateMon::beginRun(), TrigResRateMon::fillHltMatrix(), and TrigResRateMon::normalizeHLTMatrix().
|
inline |
names of datasets in stream with name
Definition at line 204 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
|
inline |
names of datasets for all streams
Definition at line 196 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContents().
Referenced by HLTrigReport::reset().
|
inline |
index of stream with name
Definition at line 192 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamIndex().
Referenced by HLTScalers::beginRun().
|
inline |
name of stream with index i
Definition at line 188 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamName().
|
inline |
Streams list of names of all streams
Definition at line 184 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamNames().
Referenced by GeneralHLTOffline::beginRun(), HLTScalers::beginRun(), and HLTrigReport::reset().
|
inline |
HLT ConfDB table name.
Definition at line 85 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::tableName().
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), LumiCalculator::beginRun(), GeneralHLTOffline::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 110 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerIndex().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), TopElectronHLTOfflineSource::analyze(), GeneralHLTOffline::analyze(), EmDQMReco::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::beginRun(), HLTEventAnalyzerAOD::beginRun(), HLTMonBTagIPSource::beginRun(), HLTMonBTagMuSource::beginRun(), EmDQMFeeder::beginRun(), TriggerValidator::beginRun(), MuScleFit::duringLoop(), TrigResRateMon::fillCountsPerPath(), PrescaleWeightProvider::prescaleWeight(), CandidateTriggerObjectProducer::produce(), and HLTrigReport::reset().
|
inline |
Definition at line 105 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerName().
Referenced by HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), LumiCalculator::beginRun(), HLTJetMETDQMSource::beginRun(), HLTInclusiveVBFSource::beginRun(), QcdUeDQM::beginRun(), BTagHLTOfflineSource::beginRun(), JetMETHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), QcdLowPtDQM::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), TrigResRateMon::fillCountsPerPath(), JetMETHLTOfflineSource::fillMEforEffWrtMBTrigger(), JetMETHLTOfflineSource::fillMEforEffWrtMuTrigger(), JetMETHLTOfflineSource::fillMEforMonAllTriggerwrtMuonTrigger(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), TrigResRateMon::filltestHisto(), EmDQMFeeder::findEgammaPaths(), TrigResRateMon::findReferenceTriggerIndex(), egHLT::trigTools::getActiveFilters(), TrigResRateMon::printCountsPerPathThisLumi(), egHLT::trigTools::translateFiltersToPathNames(), HLTInclusiveVBFSource::validPathHLT(), BTagHLTOfflineSource::validPathHLT(), and JetMETHLTOfflineSource::validPathHLT().
|
inline |
names of trigger paths
Definition at line 102 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerNames().
Referenced by EwkMuLumiMonitorDQM::analyze(), HLTTauDQMAutomation::AutoCompleteConfig(), HLTTauDQMAutomation::AutoCompleteMatching(), HLTMuonOfflineAnalyzer::beginRun(), HeavyFlavorValidation::beginRun(), HLTMuonValidator::beginRun(), HLTHiggsSubAnalysis::beginRun(), HLTJetMETValidation::beginRun(), HLTOfflineReproducibility::beginRun(), TrackerDpgAnalysis::beginRun(), PixelVTXMonitor::bookHistograms(), HLTOniaSource::checkHLTConfiguration(), HLTMonBitSummary::configSelector(), HLTBitComputer::HLTBitComputer(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), GenericTriggerEventFlag::initRun(), CandidateTriggerObjectProducer::produce(), pat::PATTriggerProducer::produce(), and HLTrigReport::reset().
|
private |
Definition at line 282 of file HLTConfigProvider.h.
Referenced by changed(), clear(), getDataFrom(), and init().
|
private |
Definition at line 283 of file HLTConfigProvider.h.
Referenced by clear(), datasetContent(), datasetContents(), datasetIndex(), datasetName(), datasetNames(), dump(), getDataFrom(), globalTag(), 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 281 of file HLTConfigProvider.h.
Referenced by clear(), getDataFrom(), init(), and inited().
|
private |
Definition at line 284 of file HLTConfigProvider.h.
Referenced by clear(), init(), prescaleSet(), and prescaleValues().
|
private |
|
private |
Definition at line 43 of file HLTConfigProvider.h.