#include <HLTConfigProvider.h>
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... | |
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... | |
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_ |
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 28 of file HLTConfigProvider.h.
HLTConfigProvider::HLTConfigProvider | ( | ) |
c'tor
Definition at line 30 of file HLTConfigProvider.cc.
|
inline |
changed?
Definition at line 56 of file HLTConfigProvider.h.
References changed_.
Referenced by EmDQM::dqmBeginRun().
|
private |
Definition at line 231 of file HLTConfigProvider.cc.
References changed_, hltConfigData_, inited_, processName_, and s_dummyHLTConfigData().
Referenced by getDataFrom(), and init().
|
inline |
names of trigger paths in dataset with index i
Definition at line 213 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
Referenced by HLTOfflineReproducibility::beginRun(), GeneralHLTOffline::dqmBeginRun(), TriggerRatesMonitor::dqmBeginRun(), and HLTScalers::dqmBeginRun().
|
inline |
names of trigger paths in dataset with name
Definition at line 217 of file HLTConfigProvider.h.
References HLTConfigData::datasetContent(), and hltConfigData_.
|
inline |
names of trigger paths for all datasets
Definition at line 209 of file HLTConfigProvider.h.
References HLTConfigData::datasetContents(), and hltConfigData_.
Referenced by HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), and TriggerJSONMonitoring::resetRun().
|
inline |
index of dataset with name
Definition at line 205 of file HLTConfigProvider.h.
References HLTConfigData::datasetIndex(), and hltConfigData_.
|
inline |
name of dataset with index i
Definition at line 201 of file HLTConfigProvider.h.
References HLTConfigData::datasetName(), and hltConfigData_.
|
inline |
Datasets list of names of all datasets
Definition at line 197 of file HLTConfigProvider.h.
References HLTConfigData::datasetNames(), and hltConfigData_.
Referenced by HLTOfflineReproducibility::beginRun(), TriggerRatesMonitor::bookHistograms(), TriggerRatesMonitor::dqmBeginRun(), HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), and TriggerJSONMonitoring::resetRun().
|
inline |
Dumping config info to cout.
Definition at line 45 of file HLTConfigProvider.h.
References HLTConfigData::dump(), and hltConfigData_.
Referenced by HLTPathSelector::beginRun(), HLTEventAnalyzerRAW::beginRun(), and HLTEventAnalyzerAOD::beginRun().
|
private |
Definition at line 120 of file HLTConfigProvider.cc.
References changed_, clear(), ztail::d, edm::detail::ThreadSafeRegistry< KEY, T >::getMapped(), hltConfigData_, edm::ParameterSet::id(), inited_, edm::detail::ThreadSafeRegistry< KEY, T >::insertMapped(), edm::pset::Registry::instance(), edm::detail::ThreadSafeRegistry< KEY, T >::instance(), edm::Hash< I >::isValid(), processPSet(), and s_dummyHLTConfigData().
Referenced by init().
|
inline |
global tag
Definition at line 66 of file HLTConfigProvider.h.
References HLTConfigData::globalTag(), and hltConfigData_.
|
inline |
HLTLevel1GTSeed module HLTLevel1GTSeed modules for all trigger paths
Definition at line 155 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), HLTSeedL1LogicScalers::bookHistograms(), HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), PrescaleWeightProvider::prescaleWeight(), and pat::PATTriggerProducer::produce().
|
inline |
HLTLevel1GTSeed modules for trigger path with name.
Definition at line 159 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::hltL1GTSeeds().
|
inline |
HLTLevel1GTSeed modules for trigger path with index i.
Definition at line 163 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
Definition at line 38 of file HLTConfigProvider.cc.
References changed_, edm::RunBase::id(), inited_, edm::Run::processHistory(), processName(), and processName_.
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), HLTPathSelector::beginRun(), HLTEventAnalyzerRAW::beginRun(), PixelVTXMonitor::beginRun(), LumiCalculator::beginRun(), StudyHLT::beginRun(), HLTrigReport::beginRun(), pat::PATTriggerEventProducer::beginRun(), AlCaHBHEMuonFilter::beginRun(), HcalRaddamMuon::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), HLTriggerJSONMonitoring::beginRun(), HLTHiggsSubAnalysis::beginRun(), HLTOfflineReproducibility::beginRun(), HLTExoticaSubAnalysis::beginRun(), HcalIsoTrkAnalyzer::beginRun(), AlCaIsoTracksFilter::beginRun(), EgHLTOfflineSummaryClient::beginRun(), IsoTrackCalibration::beginRun(), EgHLTOfflineClient::beginRun(), IsoTrackCalib::beginRun(), TriggerJSONMonitoring::beginRun(), AlCaIsoTracksProducer::beginRun(), L1MuonRecoTreeProducer::beginRun(), TrackerDpgAnalysis::beginRun(), EgHLTOfflineSource::bookHistograms(), DQMProvInfo::dqmBeginRun(), HLTTauDQMOfflineSource::dqmBeginRun(), SUSY_HLT_DoubleMuon_Hadronic::dqmBeginRun(), SUSY_HLT_Muon_BJet::dqmBeginRun(), SUSY_HLT_DoubleEle_Hadronic::dqmBeginRun(), SUSY_HLT_Electron_BJet::dqmBeginRun(), EwkMuLumiMonitorDQM::dqmBeginRun(), SUSY_HLT_alphaT::dqmBeginRun(), SUSY_HLT_DiJet_MET::dqmBeginRun(), SUSY_HLT_MuEle_Hadronic::dqmBeginRun(), SUSY_HLT_MuonFakes::dqmBeginRun(), SUSY_HLT_ElecFakes::dqmBeginRun(), SUSY_HLT_Muon_Hadronic::dqmBeginRun(), SUSY_HLT_VBF_Mu::dqmBeginRun(), HLTMuonValidator::dqmBeginRun(), HLTSeedL1LogicScalers::dqmBeginRun(), HLTMuonOfflineAnalyzer::dqmBeginRun(), HigPhotonJetHLTOfflineSource::dqmBeginRun(), SUSY_HLT_SingleLepton::dqmBeginRun(), HeavyFlavorValidation::dqmBeginRun(), QcdUeDQM::dqmBeginRun(), GeneralHLTOffline::dqmBeginRun(), TriggerBxMonitor::dqmBeginRun(), HLTJetMETValidation::dqmBeginRun(), TriggerRatesMonitor::dqmBeginRun(), FSQDiJetAve::dqmBeginRun(), HLTScalers::dqmBeginRun(), JetMETHLTOfflineSource::dqmBeginRun(), EmDQM::dqmBeginRun(), EmDQMReco::dqmBeginRun(), QcdLowPtDQM::dqmBeginRun(), TopSingleLeptonHLTOfflineDQM::dqmBeginRun(), TopDiLeptonHLTOfflineDQM::dqmBeginRun(), MuScleFit::duringLoop(), HLTPrescaleProvider::init(), init(), TriggerHelper::initRun(), and GenericTriggerEventFlag::initRun().
|
private |
Check uniqueness (uniqueness should [soon] be enforced by Fw)
Definition at line 58 of file HLTConfigProvider.cc.
References edm::ProcessHistory::begin(), changed_, clear(), edm::ProcessHistory::end(), edm::ParameterSet::exists(), edm::ProcessHistory::getConfigurationForProcess(), getDataFrom(), edm::pset::Registry::getMapped(), hltConfigData_, HLTConfigData::id(), init(), inited_, edm::pset::Registry::instance(), gen::n, edm::processConfiguration, processName(), processName_, processPSet(), and s_dummyHLTConfigData().
|
private |
Definition at line 159 of file HLTConfigProvider.cc.
References edm::pset::Registry::begin(), clear(), edm::pset::Registry::end(), getDataFrom(), edm::pset::Registry::getMapped(), edm::ParameterSet::getParameter(), hltConfigData_, i, HLTConfigData::id(), instance, TrackValidation_cff::pset, s_dummyHLTConfigData(), AlCaHLTBitMon_QueryRunRegistry::string, and tableName().
|
inline |
Accessors (const methods)
initialised?
Definition at line 52 of file HLTConfigProvider.h.
References inited_.
Referenced by TriggerBxMonitor::analyze(), TriggerRatesMonitor::analyze(), TriggerBxMonitor::bookHistograms(), TriggerRatesMonitor::bookHistograms(), and EmDQM::dqmBeginRun().
|
static |
regexp processing
Definition at line 245 of file HLTConfigProvider.cc.
References edm::glob2reg(), i, input, gen::n, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GenericTriggerEventFlag::expandLogicalExpression(), and restoreVersion().
|
inline |
C++ base class name of module.
Definition at line 134 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleEDMType().
Referenced by GeneralHLTOffline::dqmBeginRun(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::findPathAndFilter(), EmDQM::getFilterModules(), and pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init().
|
inline |
slot position of module on trigger path (0 to size-1)
Definition at line 121 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
Referenced by HLTOfflineReproducibility::analyze(), EmDQM::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 124 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleIndex().
|
inline |
Definition at line 113 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
Referenced by HLTOfflineReproducibility::beginRun(), TriggerRatesMonitor::bookHistograms(), EmDQM::getFilterModules(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 116 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabel().
|
inline |
label(s) of module(s) on a trigger path
Definition at line 101 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
Referenced by EwkMuLumiMonitorDQM::analyze(), IsoTrig::analyze(), HcalIsoTrkAnalyzer::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), LumiCalculator::beginRun(), HLTOfflineReproducibility::beginRun(), HeavyFlavorValidation::dqmBeginRun(), GeneralHLTOffline::dqmBeginRun(), JetMETHLTOfflineSource::dqmBeginRun(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::findPathAndFilter(), JetMETHLTOfflineSource::getL1ConditionModuleName(), egHLT::trigTools::getL1SeedFilterOfPath(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), L1MuonRecoTreeProducer::match_trigger(), HLTMuonValidator::moduleLabels(), HLTMuonOfflineAnalyzer::moduleLabels(), HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), TriggerJSONMonitoring::resetRun(), and egHLT::trigTools::translateFiltersToPathNames().
|
inline |
Definition at line 104 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleLabels().
|
inline |
ParameterSet of module.
Definition at line 144 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::modulePSet().
Referenced by LumiCalculator::beginRun(), EmDQM::dqmBeginRun(), EmDQM::makePSetForEgammaGenericFilter(), EmDQM::makePSetForEgammaGenericQuadraticFilter(), EmDQM::makePSetForElectronGenericFilter(), EmDQM::makePSetForEtFilter(), EmDQM::makePSetForL1SeedToSuperClusterMatchFilter(), EmDQM::makePSetForOneOEMinusOneOPFilter(), and EmDQM::makePSetForPixelMatchFilter().
|
inline |
C++ class name of module.
Definition at line 129 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::moduleType().
Referenced by HLTOfflineReproducibility::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), LumiCalculator::beginRun(), HLTOfflineReproducibility::beginRun(), TriggerRatesMonitor::bookHistograms(), GeneralHLTOffline::dqmBeginRun(), JetMETHLTOfflineSource::dqmBeginRun(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), EmDQM::getFilterModules(), JetMETHLTOfflineSource::getL1ConditionModuleName(), HLTTauDQMPath::HLTTauDQMPath(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), EmDQM::makePSetForEgammaGenericFilter(), EmDQM::makePSetForEgammaGenericQuadraticFilter(), EmDQM::makePSetForElectronGenericFilter(), pat::PATTriggerProducer::produce(), HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), and TriggerJSONMonitoring::resetRun().
|
inline |
low-level data member access
Definition at line 233 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleLabels().
Referenced by pat::PATTriggerProducer::produce().
|
inline |
HLT prescale info Number of HLT prescale sets
Definition at line 224 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleSize().
Referenced by EwkMuDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 236 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 228 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::prescaleValue().
Referenced by EwkMuDQM::analyze(), EwkElecDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), HLTPrescaleProvider::prescaleValue(), HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), and pat::PATTriggerProducer::produce().
|
inline |
process name
Definition at line 61 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processName().
Referenced by GeneralHLTOffline::dqmBeginRun(), EmDQM::dqmBeginRun(), TopSingleLeptonHLTOfflineDQM::dqmBeginRun(), TopDiLeptonHLTOfflineDQM::dqmBeginRun(), and init().
|
inline |
ParameterSet of process.
Definition at line 139 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::processPSet().
Referenced by getDataFrom(), and init().
|
static |
Definition at line 256 of file HLTConfigProvider.cc.
Referenced by GeneralHLTOffline::analyze(), BTVHLTOfflineSource::bookHistograms(), HLTJetMETValidation::bookHistograms(), JetMETHLTOfflineSource::bookHistograms(), GeneralHLTOffline::dqmBeginRun(), EmDQM::dqmBeginRun(), GeneralHLTOffline::fillHltMatrix(), and GeneralHLTOffline::setupHltMatrix().
|
static |
Definition at line 261 of file HLTConfigProvider.cc.
References matched().
Referenced by GenericTriggerEventFlag::expandLogicalExpression().
|
inline |
Is module an L3 filter (ie, tracked saveTags=true)
Definition at line 149 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTags().
Referenced by pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), EmDQM::makePSetForEgammaGenericFilter(), EmDQM::makePSetForEgammaGenericQuadraticFilter(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 107 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
Referenced by egHLT::trigTools::getActiveFilters(), and pat::PATTriggerProducer::produce().
|
inline |
Definition at line 110 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::saveTagsModules().
|
inline |
number of trigger paths in trigger table
Definition at line 76 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), HLTEventAnalyzerRAW::analyze(), IsoTrig::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), HLTPathSelector::beginRun(), HLTEventAnalyzerAOD::beginRun(), HLTEventAnalyzerRAW::beginRun(), LumiCalculator::beginRun(), pat::PATTriggerEventProducer::beginRun(), HcalRaddamMuon::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), HLTOfflineReproducibility::beginRun(), HcalIsoTrkAnalyzer::beginRun(), IsoTrackCalibration::beginRun(), L1MuonRecoTreeProducer::beginRun(), HLTSeedL1LogicScalers::bookHistograms(), GeneralHLTOffline::bookHistograms(), TriggerBxMonitor::bookHistograms(), TriggerRatesMonitor::bookHistograms(), HLTScalers::bookHistograms(), DQMProvInfo::dqmBeginRun(), HLTSeedL1LogicScalers::dqmBeginRun(), QcdUeDQM::dqmBeginRun(), GeneralHLTOffline::dqmBeginRun(), TriggerBxMonitor::dqmBeginRun(), TriggerRatesMonitor::dqmBeginRun(), JetMETHLTOfflineSource::dqmBeginRun(), EmDQM::dqmBeginRun(), QcdLowPtDQM::dqmBeginRun(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), HLTPathSelector::filter(), EmDQM::findEgammaPaths(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::findPathAndFilter(), egHLT::trigTools::getActiveFilters(), EmDQM::getFilterModules(), PrescaleWeightProvider::initRun(), TriggerHelper::initRun(), GenericTriggerEventFlag::initRun(), L1MuonRecoTreeProducer::match_trigger(), PrescaleWeightProvider::prescaleWeight(), pat::PATTriggerProducer::produce(), egHLT::trigTools::translateFiltersToPathNames(), and JetMETHLTOfflineSource::validPathHLT().
|
inline |
number of modules on a specific trigger path
Definition at line 80 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
Definition at line 83 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::size().
|
inline |
names of datasets in stream with index i
Definition at line 186 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
Referenced by GeneralHLTOffline::dqmBeginRun(), TriggerRatesMonitor::dqmBeginRun(), and HLTScalers::dqmBeginRun().
|
inline |
names of datasets in stream with name
Definition at line 190 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContent().
|
inline |
names of datasets for all streams
Definition at line 182 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamContents().
Referenced by HLTrigReport::reset().
|
inline |
index of stream with name
Definition at line 178 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamIndex().
Referenced by HLTScalers::dqmBeginRun().
|
inline |
name of stream with index i
Definition at line 174 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamName().
|
inline |
Streams list of names of all streams
Definition at line 170 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::streamNames().
Referenced by TriggerRatesMonitor::bookHistograms(), GeneralHLTOffline::dqmBeginRun(), TriggerRatesMonitor::dqmBeginRun(), HLTScalers::dqmBeginRun(), and HLTrigReport::reset().
|
inline |
HLT ConfDB table name.
Definition at line 71 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::tableName().
Referenced by L1GtTriggerMenuTester::associateL1SeedsHltPath(), LumiCalculator::beginRun(), DQMProvInfo::dqmBeginRun(), GeneralHLTOffline::dqmBeginRun(), EmDQM::dqmBeginRun(), init(), and pat::PATTriggerEventProducer::produce().
|
inline |
slot position of trigger path in trigger table (0 to size-1)
Definition at line 96 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerIndex().
Referenced by TriggerHelper::acceptHltLogicalExpression(), GenericTriggerEventFlag::acceptHltLogicalExpression(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), GeneralHLTOffline::analyze(), HcalIsoTrkAnalyzer::analyze(), IsoTrig::analyze(), EmDQMReco::analyze(), HLTEventAnalyzerRAW::analyzeTrigger(), HLTPathSelector::beginRun(), HLTEventAnalyzerRAW::beginRun(), HLTEventAnalyzerAOD::beginRun(), HcalIsoTrkAnalyzer::beginRun(), IsoTrackCalibration::beginRun(), HLTSeedL1LogicScalers::bookHistograms(), TriggerRatesMonitor::dqmBeginRun(), EmDQM::dqmBeginRun(), MuScleFit::duringLoop(), PrescaleWeightProvider::prescaleWeight(), HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), and TriggerJSONMonitoring::resetRun().
|
inline |
Definition at line 91 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerName().
Referenced by HLTEventAnalyzerRAW::analyze(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), LumiCalculator::beginRun(), HcalRaddamMuon::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), L1MuonRecoTreeProducer::beginRun(), TriggerBxMonitor::bookHistograms(), TriggerRatesMonitor::bookHistograms(), HLTSeedL1LogicScalers::dqmBeginRun(), QcdUeDQM::dqmBeginRun(), JetMETHLTOfflineSource::dqmBeginRun(), QcdLowPtDQM::dqmBeginRun(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), EmDQM::findEgammaPaths(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::findPathAndFilter(), egHLT::trigTools::getActiveFilters(), egHLT::trigTools::translateFiltersToPathNames(), and JetMETHLTOfflineSource::validPathHLT().
|
inline |
names of trigger paths
Definition at line 88 of file HLTConfigProvider.h.
References hltConfigData_, and HLTConfigData::triggerNames().
Referenced by EwkMuLumiMonitorDQM::analyze(), HLTPathSelector::beginRun(), HLTHiggsSubAnalysis::beginRun(), HLTOfflineReproducibility::beginRun(), HLTExoticaSubAnalysis::beginRun(), TrackerDpgAnalysis::beginRun(), PixelVTXMonitor::bookHistograms(), HLTTauDQMOfflineSource::dqmBeginRun(), SUSY_HLT_DoubleMuon_Hadronic::dqmBeginRun(), SUSY_HLT_Muon_BJet::dqmBeginRun(), SUSY_HLT_DoubleEle_Hadronic::dqmBeginRun(), SUSY_HLT_Electron_BJet::dqmBeginRun(), SUSY_HLT_alphaT::dqmBeginRun(), SUSY_HLT_MuonFakes::dqmBeginRun(), SUSY_HLT_DiJet_MET::dqmBeginRun(), SUSY_HLT_ElecFakes::dqmBeginRun(), SUSY_HLT_MuEle_Hadronic::dqmBeginRun(), SUSY_HLT_Muon_Hadronic::dqmBeginRun(), SUSY_HLT_VBF_Mu::dqmBeginRun(), HLTMuonValidator::dqmBeginRun(), HLTMuonOfflineAnalyzer::dqmBeginRun(), SUSY_HLT_SingleLepton::dqmBeginRun(), HeavyFlavorValidation::dqmBeginRun(), GeneralHLTOffline::dqmBeginRun(), HLTJetMETValidation::dqmBeginRun(), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::init(), GenericTriggerEventFlag::initRun(), pat::PATTriggerProducer::produce(), HLTrigReport::reset(), HLTriggerJSONMonitoring::resetRun(), and TriggerJSONMonitoring::resetRun().
|
private |
Definition at line 255 of file HLTConfigProvider.h.
Referenced by changed(), clear(), getDataFrom(), and init().
|
private |
Definition at line 256 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 254 of file HLTConfigProvider.h.
Referenced by clear(), getDataFrom(), init(), and inited().
|
private |