#include <L1GtParametersTrivialProducer.h>
Private Attributes | |
unsigned int | m_bstLengthBytes |
length of BST record (in bytes) More... | |
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... | |
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 | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Types inherited from edm::ESProxyFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy >>> |
Protected Member Functions inherited from edm::ESProducer | |
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={}) |
void | usesResources (std::vector< std::string > const &) |
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 EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Description: ESProducer for L1 GT parameters.
Implementation: <TODO: enter implementation details>
Definition at line 35 of file L1GtParametersTrivialProducer.h.
L1GtParametersTrivialProducer::L1GtParametersTrivialProducer | ( | const edm::ParameterSet & | parSet | ) |
constructor
Definition at line 36 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 |
std::unique_ptr< L1GtParameters > L1GtParametersTrivialProducer::produceGtParameters | ( | const L1GtParametersRcd & | iRecord | ) |
public methods
L1 GT parameters
Definition at line 83 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 65 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
active boards in the L1 DAQ record
Definition at line 53 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
number of Bx per board in the DAQ record
Definition at line 59 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
active boards in the L1 EVM record
Definition at line 56 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
number of Bx per board in the EVM record
Definition at line 62 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().
|
private |
total Bx's in the event
Definition at line 50 of file L1GtParametersTrivialProducer.h.
Referenced by L1GtParametersTrivialProducer(), and produceGtParameters().