1 #ifndef CondFormats_L1TObjects_L1GtParameters_h 2 #define CondFormats_L1TObjects_L1GtParameters_h 73 void print(std::ostream&)
const;
friend std::ostream & operator<<(std::ostream &, const L1GtParameters &)
output stream operator
virtual ~L1GtParameters()
const int gtTotalBxInEvent() const
get / set the total Bx's in the event
void print(std::ostream &) const
print all the L1 GT parameters
void setGtDaqNrBxBoard(const std::vector< int > &)
void setGtBstLengthBytes(const unsigned int &)
std::vector< int > m_daqNrBxBoard
number of Bx per board in the DAQ record
unsigned int m_bstLengthBytes
length of BST message (in bytes)
const uint16_t gtEvmActiveBoards() const
get / set the active boards for L1 GT EVM record
uint16_t m_evmActiveBoards
active boards in the L1 EVM record
const uint16_t gtDaqActiveBoards() const
get / set the active boards for L1 GT DAQ record
void setGtTotalBxInEvent(const int &)
const std::vector< int > & gtDaqNrBxBoard() const
get / set the number of Bx per board for L1 GT DAQ record
#define COND_SERIALIZABLE
uint16_t m_daqActiveBoards
active boards in the L1 DAQ record
void setGtEvmActiveBoards(const uint16_t &)
void setGtEvmNrBxBoard(const std::vector< int > &)
const std::vector< int > & gtEvmNrBxBoard() const
get / set the number of Bx per board for L1 GT EVM record
const unsigned int gtBstLengthBytes() const
get / set length of BST message (in bytes) for L1 GT EVM record
void setGtDaqActiveBoards(const uint16_t &)
std::vector< int > m_evmNrBxBoard
number of Bx per board in the EVM record
int m_totalBxInEvent
total Bx's in the event