This is the packet which deals with data in ZDC_FPGA format.
This is the packet which deals with data in ZDC_FPGA format. It inherits from Packet_w4 because the data are 32bit entities.
ZDC has charge information and two time infos. Charge is considered the default return value, so iValue(i) gives you the charge info of channel i.
With iValue(i, "T1") you get the discriminator 1 time, and iValue(i, "T2") gives you the discriminator 2 time.
Each of the boards has an ID embedded in the data stream. There are at most 16 boards. With
packet->iValue(i,"BOARD")you get the board id of board i.
In addition, there is
packet->iValue(0,"EVTNR") The FEM event number packet->iValue(0,"MODULE") The Module ID packet->iValue(0,"FLAG") The Module ID packet->iValue(0,"BCLK") Beam clock value from FEM packet->iValue(i,"PARITY") The longitudinal parity packet->iValue(i,"SUMMARY") The DCM summary word
Alphabetic index HTML hierarchy of classes or Java