Public Member Functions | |
virtual bool | filter (edm::Event &, const edm::EventSetup &) override |
HLTLevel1Pattern (const edm::ParameterSet &) | |
~HLTLevel1Pattern () | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 Attributes | |
std::vector< int > | m_bunchCrossings |
unsigned int | m_daqPartitions |
edm::InputTag | m_gtReadoutRecord |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | m_gtReadoutRecordToken |
bool | m_ignoreL1Mask |
bool | m_invert |
bool | m_throw |
bool | m_triggerAlgo |
std::string | m_triggerBit |
bool | m_triggerMasked |
unsigned int | m_triggerNumber |
std::vector< int > | m_triggerPattern |
edm::ESWatcher < L1GtTriggerMenuRcd > | m_watchL1Menu |
edm::ESWatcher < L1GtTriggerMaskAlgoTrigRcd > | m_watchPhysicsMask |
edm::ESWatcher < L1GtTriggerMaskTechTrigRcd > | m_watchTechnicalMask |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 EDFilter that checks for a specific pattern of L1 accept/reject in 5 BX's for a given L1 bit It can be configured to use or ignore the L1 trigger mask
Definition at line 33 of file HLTLevel1Pattern.cc.
|
explicit |
Definition at line 70 of file HLTLevel1Pattern.cc.
HLTLevel1Pattern::~HLTLevel1Pattern | ( | ) |
Definition at line 92 of file HLTLevel1Pattern.cc.
|
static |
Definition at line 97 of file HLTLevel1Pattern.cc.
|
overridevirtual |
Implements edm::EDFilter.
Definition at line 134 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 44 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 46 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 41 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 42 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 50 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 51 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 52 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 48 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 43 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 49 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 47 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 45 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 54 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 55 of file HLTLevel1Pattern.cc.
|
private |
Definition at line 56 of file HLTLevel1Pattern.cc.