#include <L1GtBeamModeFilter.h>
Private Attributes | |
std::vector< unsigned int > | m_allowedBeamMode |
vector of beam modes (coded as integer numbers) More... | |
edm::InputTag | m_condInEdmInputTag |
input tag for ConditionInEdm products More... | |
bool | m_condInRunBlockValid |
valid ConditionsInRunBlock product More... | |
bool | m_invertResult |
return the inverted result More... | |
bool | m_isDebugEnabled |
cache edm::isDebugEnabled() More... | |
edm::InputTag | m_l1GtEvmReadoutRecordTag |
InputTag for the L1 Global Trigger EVM readout record. More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Description: filter according to the beam mode using the BST information received by L1 GT.
Implementation: This class is an EDFilter. It implements:
Description: see class header.
Definition at line 37 of file L1GtBeamModeFilter.h.
|
explicit |
constructor
Definition at line 38 of file L1GtBeamModeFilter.cc.
References LogDebug, LogTrace, m_allowedBeamMode, m_condInEdmInputTag, m_invertResult, m_isDebugEnabled, and m_l1GtEvmReadoutRecordTag.
|
override |
|
override |
filter the event
Definition at line 87 of file L1GtBeamModeFilter.cc.
References edm::ConditionsInRunBlock::beamMode, edm::Run::getByLabel(), edm::Event::getByLabel(), edm::Event::getRun(), L1GlobalTriggerEvmReadoutRecord::gtfeWord(), edm::EventBase::isRealData(), edm::HandleBase::isValid(), LogDebug, m_allowedBeamMode, m_condInEdmInputTag, m_condInRunBlockValid, m_invertResult, and m_l1GtEvmReadoutRecordTag.
|
private |
vector of beam modes (coded as integer numbers)
Definition at line 59 of file L1GtBeamModeFilter.h.
Referenced by filter(), and L1GtBeamModeFilter().
|
private |
input tag for ConditionInEdm products
Definition at line 53 of file L1GtBeamModeFilter.h.
Referenced by filter(), and L1GtBeamModeFilter().
|
private |
valid ConditionsInRunBlock product
Definition at line 68 of file L1GtBeamModeFilter.h.
Referenced by filter().
|
private |
return the inverted result
Definition at line 62 of file L1GtBeamModeFilter.h.
Referenced by filter(), and L1GtBeamModeFilter().
|
private |
cache edm::isDebugEnabled()
Definition at line 65 of file L1GtBeamModeFilter.h.
Referenced by L1GtBeamModeFilter().
|
private |
InputTag for the L1 Global Trigger EVM readout record.
Definition at line 56 of file L1GtBeamModeFilter.h.
Referenced by filter(), and L1GtBeamModeFilter().