CMS 3D CMS Logo

L1GtParametersTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtParametersTrivialProducer_h
2 #define L1GtConfigProducers_L1GtParametersTrivialProducer_h
3 
18 // system include files
19 #include <memory>
20 #include <vector>
21 
22 #include <boost/cstdint.hpp>
23 
24 // user include files
25 // base class
27 
29 
32 
33 // forward declarations
34 
35 // class declaration
37 {
38 
39 public:
40 
43 
46 
47 
49 
51  std::shared_ptr<L1GtParameters> produceGtParameters(
52  const L1GtParametersRcd&);
53 
54 private:
55 
58 
60  boost::uint16_t m_daqActiveBoards;
61 
63  boost::uint16_t m_evmActiveBoards;
64 
66  std::vector<int> m_daqNrBxBoard;
67 
69  std::vector<int> m_evmNrBxBoard;
70 
72  unsigned int m_bstLengthBytes;
73 
74 };
75 
76 #endif
std::shared_ptr< L1GtParameters > produceGtParameters(const L1GtParametersRcd &)
public methods
std::vector< int > m_daqNrBxBoard
number of Bx per board in the DAQ record
unsigned int m_bstLengthBytes
length of BST record (in bytes)
L1GtParametersTrivialProducer(const edm::ParameterSet &)
constructor
std::vector< int > m_evmNrBxBoard
number of Bx per board in the EVM record
boost::uint16_t m_evmActiveBoards
active boards in the L1 EVM record
int m_totalBxInEvent
total Bx&#39;s in the event
~L1GtParametersTrivialProducer() override
destructor
boost::uint16_t m_daqActiveBoards
active boards in the L1 DAQ record