Go to the documentation of this file.
59 myCout <<
"\nL1 GT Parameters" << std::endl;
63 myCout <<
"\n Active boards in L1 GT DAQ record (hex format) = " << std::hex
65 << std::setfill(
' ') << std::endl;
67 myCout <<
"\n Active boards in L1 GT EVM record (hex format) = " << std::hex
69 << std::setfill(
' ') << std::endl;
72 <<
" Number of bunch crosses per board in L1 GT DAQ record\n"
73 <<
" Board bit gives the position of the board in the \"active boards\" word.\n"
78 myCout <<
" Board active bit " << iBit <<
": " << (*cIt) <<
" BXs" << std::endl;
83 <<
" Number of bunch crosses per board in L1 GT EVM record\n"
84 <<
" Board bit gives the position of the board in the \"active boards\" word.\n"
89 myCout <<
" Board active bit " << iBit <<
": " << (*cIt) <<
" BXs" << std::endl;
93 myCout <<
"\n Length of the BST message = " <<
m_bstLengthBytes << std::endl;
95 myCout <<
"\n" << std::endl;
int m_totalBxInEvent
total Bx's in the event
uint16_t m_evmActiveBoards
active boards in the L1 EVM record
void setGtTotalBxInEvent(const int &)
void setGtBstLengthBytes(const unsigned int &)
void print(std::ostream &) const
print all the L1 GT parameters
void setGtDaqNrBxBoard(const std::vector< int > &)
std::ostream & operator<<(std::ostream &os, const L1GtParameters &result)
std::vector< int > m_daqNrBxBoard
number of Bx per board in the DAQ record
uint16_t m_daqActiveBoards
active boards in the L1 DAQ record
void setGtDaqActiveBoards(const uint16_t &)
virtual ~L1GtParameters()
std::vector< int > m_evmNrBxBoard
number of Bx per board in the EVM record
void setGtEvmActiveBoards(const uint16_t &)
unsigned int m_bstLengthBytes
length of BST message (in bytes)
void setGtEvmNrBxBoard(const std::vector< int > &)