std::vector< short > fADC
ADC readout per tick, before pedestal subtraction.
enum raw::_compress Compress_t
float fSigma
sigma of the pedestal counts for this channel
std::vector< short > ADCvector_t
Type representing a (compressed) vector of ADC counts.
Definition of basic raw digits.
constexpr ChannelID_t InvalidChannelID
ID of an invalid channel.
Compress_t fCompression
compression scheme used for the ADC vector
RawDigit()
Default constructor: an empty raw digit.
ULong64_t fSamples
number of ticks of the clock
void SetPedestal(float ped, float sigma=1.)
Set pedestal and its RMS (the latter is 0 by default)
float fPedestal
pedestal for this channel
ChannelID_t fChannel
channel number in the readout
unsigned int ChannelID_t
Type representing the ID of a readout channel.