CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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/shared_ptr.hpp"
23 #include <boost/cstdint.hpp>
24 
25 // user include files
26 // base class
28 
30 
33 
34 // forward declarations
35 
36 // class declaration
38 {
39 
40 public:
41 
44 
47 
48 
50 
52  boost::shared_ptr<L1GtParameters> produceGtParameters(
53  const L1GtParametersRcd&);
54 
55 private:
56 
59 
61  boost::uint16_t m_daqActiveBoards;
62 
64  boost::uint16_t m_evmActiveBoards;
65 
67  std::vector<int> m_daqNrBxBoard;
68 
70  std::vector<int> m_evmNrBxBoard;
71 
73  unsigned int m_bstLengthBytes;
74 
75 };
76 
77 #endif
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
boost::shared_ptr< L1GtParameters > produceGtParameters(const L1GtParametersRcd &)
public methods
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
boost::uint16_t m_daqActiveBoards
active boards in the L1 DAQ record