#include <L1GlobalTriggerRecordProducer.h>
Public Member Functions | |
L1GlobalTriggerRecordProducer (const edm::ParameterSet &) | |
constructor(s) More... | |
virtual | ~L1GlobalTriggerRecordProducer () |
destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
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 |
typedef WorkerT< EDProducer > | WorkerType |
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) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Description: L1GlobalTriggerRecord producer.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 37 of file L1GlobalTriggerRecordProducer.h.
|
explicit |
constructor(s)
Definition at line 44 of file L1GlobaTriggerRecordProducer.cc.
References edm::ParameterSet::getParameter(), LogDebug, m_l1GtReadoutRecordTag, m_l1GtTmAlgoCacheID, and m_l1GtTmTechCacheID.
|
virtual |
destructor
Definition at line 66 of file L1GlobaTriggerRecordProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 76 of file L1GlobaTriggerRecordProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 238 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 82 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 python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
InputTag for the L1 Global Trigger DAQ readout record.
Definition at line 74 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
cached stuff
trigger masks
Definition at line 62 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 63 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
Definition at line 65 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 66 of file L1GlobalTriggerRecordProducer.h.
Referenced by L1GlobalTriggerRecordProducer(), and produce().
|
private |
Definition at line 68 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().
|
private |
Definition at line 69 of file L1GlobalTriggerRecordProducer.h.
Referenced by produce().