#include <iostream>
#include <ostream>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | HGCalElectronicsId |
wrapper for a 32b data word identifying a readout channel in the raw data The format is the following: Reserved: b'[28,31] FED ID: b'[18,27] Capture Block ID: b'[14,17] ECON-D idx: b'[10,13] ECON-D eRx: b'[6,9] 1/2 ROC channel number: b'[0-5] More... | |