#include <L1GlobalTriggerRecordProducer.h>
Private Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
edm::InputTag | m_l1GtReadoutRecordTag |
InputTag for the L1 Global Trigger DAQ readout record. More... | |
const L1GtTriggerMask * | m_l1GtTmAlgo |
cached stuff More... | |
unsigned long long | m_l1GtTmAlgoCacheID |
const L1GtTriggerMask * | m_l1GtTmTech |
unsigned long long | m_l1GtTmTechCacheID |
std::vector< unsigned int > | m_triggerMaskAlgoTrig |
std::vector< unsigned int > | m_triggerMaskTechTrig |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Description: L1GlobalTriggerRecord producer.
Implementation: <TODO: enter implementation details>
Definition at line 35 of file L1GlobalTriggerRecordProducer.h.
|
explicit |
constructor(s)
Definition at line 40 of file L1GlobaTriggerRecordProducer.cc.
References edm::ParameterSet::getParameter(), LogDebug, m_l1GtReadoutRecordTag, m_l1GtTmAlgoCacheID, and m_l1GtTmTechCacheID.
|
virtual |
destructor
Definition at line 62 of file L1GlobaTriggerRecordProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 72 of file L1GlobaTriggerRecordProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 234 of file L1GlobaTriggerRecordProducer.cc.
|
privatevirtual |
set global decision, decision word and technical trigger word for bunch cross with L1Accept (BxInEvent = 0) before applying the masks
Implements edm::EDProducer.
Definition at line 78 of file L1GlobaTriggerRecordProducer.cc.
References edm::EventSetup::get(), edm::Event::getByLabel(), L1GtTriggerMask::gtTriggerMask(), edm::isDebugEnabled(), edm::HandleBase::isValid(), LogDebug, LogTrace, m_l1GtReadoutRecordTag, m_l1GtTmAlgo, m_l1GtTmAlgoCacheID, m_l1GtTmTech, m_l1GtTmTechCacheID, m_triggerMaskAlgoTrig, m_triggerMaskTechTrig, edm::ESHandle< class >::product(), and edm::Event::put().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
InputTag for the L1 Global Trigger DAQ readout record.
Definition at line 72 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
cached stuff
trigger masks
Definition at line 60 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 61 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
Definition at line 63 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 64 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
Definition at line 66 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 67 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().