19 unsigned int cableword0clock1,
20 unsigned int cableword1clock0,
21 unsigned int cableword1clock1,
22 unsigned int cableword2clock0,
23 unsigned int cableword2clock1 ) :
24 m_cableWord0{ cableword0clock0, cableword0clock1 },
25 m_cableWord1{ cableword1clock0, cableword1clock1 },
26 m_cableWord2{ cableword2clock0, cableword2clock1 }
char data[hepevt_bytes_allocation_ATLAS]
~FrontPanelCTP()
Destructor:
uint32_t cableWord0(unsigned int clock) const
return the data that is sent on cable 0
void setCableWord0(unsigned int clock, uint32_t data)
set the data that is sent on cable 0
uint32_t cableWord2(unsigned int clock) const
return the data that is sent on cable 2
void setCableWord2(unsigned int clock, uint32_t data)
set the data that is sent on cable 2
uint32_t cableWord1(unsigned int clock) const
return the data that it sent on cable 1
void setCableWord1(unsigned int clock, uint32_t data)
set the data that is sent on cable 1