#include <L1GlobalTriggerRecordProducer.h>
Public Member Functions | |
L1GlobalTriggerRecordProducer (const edm::ParameterSet &) | |
constructor(s) More... | |
~L1GlobalTriggerRecordProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > | 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::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: L1GlobalTriggerRecord producer.
Implementation: <TODO: enter implementation details>
Definition at line 37 of file L1GlobalTriggerRecordProducer.h.
|
explicit |
constructor(s)
Definition at line 39 of file L1GlobaTriggerRecordProducer.cc.
References edm::ParameterSet::getParameter(), checklumidiff::l, LogDebug, m_l1GtReadoutRecordTag, m_l1GtTmAlgoCacheID, and m_l1GtTmTechCacheID.
|
override |
destructor
Definition at line 60 of file L1GlobaTriggerRecordProducer.cc.
|
overrideprivate |
set global decision, decision word and technical trigger word for bunch cross with L1Accept (BxInEvent = 0) before applying the masks
Definition at line 71 of file L1GlobaTriggerRecordProducer.cc.
References L1GlobalTriggerReadoutRecord::decisionWord(), L1GlobalTriggerReadoutRecord::finalOR(), edm::EventSetup::get(), edm::Event::getByToken(), L1GlobalTriggerReadoutRecord::gtFdlWord(), L1GtTriggerMask::gtTriggerMask(), edm::isDebugEnabled(), edm::HandleBase::isValid(), checklumidiff::l, tablePrinter::labels, LogDebug, LogTrace, m_l1GtReadoutRecordTag, m_l1GtTmAlgo, m_l1GtTmAlgoCacheID, m_l1GtTmTech, m_l1GtTmTechCacheID, m_triggerMaskAlgoTrig, m_triggerMaskTechTrig, edm::ProductLabels::module, eostools::move(), edm::ProductLabels::process, edm::ESHandle< T >::product(), edm::ProductLabels::productInstance, edm::Event::put(), and L1GlobalTriggerReadoutRecord::technicalTriggerWord().
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 69 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
cached stuff
trigger masks
Definition at line 57 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 58 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
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 produce().