1 #ifndef DataFormats_EcalDigi_EcalLiteDTUSample_h 2 #define DataFormats_EcalDigi_EcalLiteDTUSample_h
EcalLiteDTUSample(uint16_t data)
constexpr sample_type pack(int adc, int gainId)
uint16_t raw() const
get the raw word
static constexpr unsigned int kGainIdMask
int adc() const
get the ADC sample (12 bits)
std::ostream & operator<<(std::ostream &, const EcalLiteDTUSample &)
static constexpr unsigned int kAdcMask
int gainId() const
get the gainId (2 bits)
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
static constexpr unsigned int NBITS
uint16_t operator()() const
for streaming
char data[epos_bytes_allocation]
constexpr int adc(sample_type sample)
get the ADC sample (12 bits)