#include <L1GtParametersTrivialProducer.h>
Private Attributes | |
unsigned int | m_bstLengthBytes |
length of BST record (in bytes) More... | |
boost::uint16_t | m_daqActiveBoards |
active boards in the L1 DAQ record More... | |
std::vector< int > | m_daqNrBxBoard |
number of Bx per board in the DAQ record More... | |
boost::uint16_t | m_evmActiveBoards |
active boards in the L1 EVM record More... | |
std::vector< int > | m_evmNrBxBoard |
number of Bx per board in the EVM record More... | |
int | m_totalBxInEvent |
total Bx's in the event More... | |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector< EventSetupRecordKey > | Keys |
typedef std::map< EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::ESProducer | |
ESProducer (const ESProducer &)=delete | |
ESProducer const & | operator= (const ESProducer &)=delete |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override |
override DataProxyProvider method More... | |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
Description: ESProducer for L1 GT parameters.
Implementation: <TODO: enter implementation details>
Definition at line 36 of file L1GtParametersTrivialProducer.h.
L1GtParametersTrivialProducer::L1GtParametersTrivialProducer | ( | const edm::ParameterSet & | parSet | ) |
constructor
Definition at line 38 of file L1GtParametersTrivialProducer.cc.
References edm::ParameterSet::getParameter(), m_bstLengthBytes, m_daqActiveBoards, m_daqNrBxBoard, m_evmActiveBoards, m_evmNrBxBoard, m_totalBxInEvent, produceGtParameters(), and edm::ESProducer::setWhatProduced().
|
override |
destructor
Definition at line 85 of file L1GtParametersTrivialProducer.cc.
std::unique_ptr< L1GtParameters > L1GtParametersTrivialProducer::produceGtParameters | ( | const L1GtParametersRcd & | iRecord | ) |
public methods
L1 GT parameters
Definition at line 96 of file L1GtParametersTrivialProducer.cc.
References m_bstLengthBytes, m_daqActiveBoards, m_daqNrBxBoard, m_evmActiveBoards, m_evmNrBxBoard, and m_totalBxInEvent.
Referenced by L1GtParametersTrivialProducer().
|
private |
length of BST record (in bytes)
Definition at line 72 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
active boards in the L1 DAQ record
Definition at line 60 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
number of Bx per board in the DAQ record
Definition at line 66 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
active boards in the L1 EVM record
Definition at line 63 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
number of Bx per board in the EVM record
Definition at line 69 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
total Bx's in the event
Definition at line 57 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().