#include <HLTHighLevel.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
void | init (const edm::TriggerResults &results, const edm::Event &, const edm::EventSetup &iSetup, const edm::TriggerNames &triggerNames) |
initialize the trigger conditions (call this if the trigger paths have changed) More... | |
std::string const & | moduleLabel () const |
std::string const & | pathName (const edm::Event &) const |
stolen from HLTFilter More... | |
Private Attributes | |
bool | andOr_ |
false = and-mode (all requested triggers), true = or-mode (at least one) More... | |
const std::string | eventSetupPathsKey_ |
not empty => use read paths from AlCaRecoTriggerBitsRcd via this key More... | |
std::vector< unsigned int > | HLTPathsByIndex_ |
list of required HLT triggers by HLT index More... | |
std::vector< std::string > | HLTPathsByName_ |
list of required HLT triggers by HLT name More... | |
std::vector< std::string > | HLTPatterns_ |
input patterns that will be expanded into trigger names More... | |
edm::InputTag | inputTag_ |
HLT TriggerResults EDProduct. More... | |
edm::EDGetTokenT < edm::TriggerResults > | inputToken_ |
bool | throw_ |
throw on any requested trigger being unknown More... | |
edm::ParameterSetID | triggerNamesID_ |
HLT trigger names. More... | |
edm::ESWatcher < AlCaRecoTriggerBitsRcd > * | watchAlCaRecoTriggerBitsRcd_ |
Watcher to be created and used if 'eventSetupPathsKey_' non empty: More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
This class is an HLTFilter (-> EDFilter) implementing filtering on HLT bits
See header file for documentation
Definition at line 38 of file HLTHighLevel.h.
|
explicit |
Definition at line 39 of file HLTHighLevel.cc.
References eventSetupPathsKey_, edm::hlt::Exception, edm::ParameterSet::getParameter(), HLTPatterns_, AlCaHLTBitMon_QueryRunRegistry::string, and watchAlCaRecoTriggerBitsRcd_.
HLTHighLevel::~HLTHighLevel | ( | ) |
Definition at line 67 of file HLTHighLevel.cc.
References watchAlCaRecoTriggerBitsRcd_.
|
static |
Definition at line 77 of file HLTHighLevel.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), CreateSqliteForCondDB_cfg::hltPaths, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Implements edm::EDFilter.
Definition at line 208 of file HLTHighLevel.cc.
References accept(), andOr_, edm::ESWatcher< T >::check(), edm::InputTag::encode(), edm::hlt::Exception, edm::Event::getByToken(), HLTPathsByIndex_, HLTPathsByName_, i, init(), inputTag_, inputToken_, LogDebug, LogTrace, python.rootplot.argparse::message, moduleLabel(), n, or, pathName(), AlCaHLTBitMon_QueryRunRegistry::string, throw_, edm::Event::triggerNames(), triggerNamesID_, and watchAlCaRecoTriggerBitsRcd_.
|
private |
initialize the trigger conditions (call this if the trigger paths have changed)
Definition at line 96 of file HLTHighLevel.cc.
References andOr_, edm::InputTag::encode(), eventSetupPathsKey_, edm::hlt::Exception, HLTPathsByIndex_, HLTPathsByName_, HLTPatterns_, i, inputTag_, edm::is_glob(), LogDebug, LogTrace, match(), n, pathsFromSetup(), listBenchmarks::pattern, edm::regexMatch(), edm::HLTGlobalStatus::size(), AlCaHLTBitMon_QueryRunRegistry::string, throw_, edm::TriggerNames::triggerIndex(), edm::TriggerNames::triggerName(), edm::TriggerNames::triggerNames(), and TrackValidation_HighPurity_cff::valid.
Referenced by filter().
|
private |
Definition at line 288 of file HLTHighLevel.cc.
References edm::EDFilter::moduleDescription(), and edm::ModuleDescription::moduleLabel().
Referenced by filter(), and pathsFromSetup().
|
private |
stolen from HLTFilter
Definition at line 284 of file HLTHighLevel.cc.
Referenced by filter(), and pathsFromSetup().
std::vector< std::string > HLTHighLevel::pathsFromSetup | ( | const std::string & | key, |
const edm::Event & | event, | ||
const edm::EventSetup & | iSetup | ||
) | const |
get HLTPaths with key 'key' from EventSetup (AlCaRecoTriggerBitsRcd)
Definition at line 186 of file HLTHighLevel.cc.
References edm::hlt::Exception, edm::EventSetup::get(), moduleLabel(), and pathName().
Referenced by init().
|
private |
false = and-mode (all requested triggers), true = or-mode (at least one)
Definition at line 68 of file HLTHighLevel.h.
|
private |
not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
Definition at line 78 of file HLTHighLevel.h.
Referenced by HLTHighLevel(), and init().
|
private |
list of required HLT triggers by HLT index
Definition at line 89 of file HLTHighLevel.h.
|
private |
list of required HLT triggers by HLT name
Definition at line 86 of file HLTHighLevel.h.
|
private |
input patterns that will be expanded into trigger names
Definition at line 83 of file HLTHighLevel.h.
Referenced by HLTHighLevel(), and init().
|
private |
HLT TriggerResults EDProduct.
Definition at line 61 of file HLTHighLevel.h.
|
private |
Definition at line 62 of file HLTHighLevel.h.
Referenced by filter().
|
private |
throw on any requested trigger being unknown
Definition at line 71 of file HLTHighLevel.h.
|
private |
|
private |
Watcher to be created and used if 'eventSetupPathsKey_' non empty:
Definition at line 80 of file HLTHighLevel.h.
Referenced by filter(), HLTHighLevel(), and ~HLTHighLevel().