CMS 3D CMS Logo

Typedefs | Functions
ecalMGPA Namespace Reference

Typedefs

typedef uint16_t sample_type
 

Functions

constexpr int adc (sample_type sample)
 get the ADC sample (12 bits) More...
 
constexpr int gainId (sample_type sample)
 get the gainId (2 bits) More...
 
constexpr sample_type pack (int adc, int gainId)
 

Typedef Documentation

◆ sample_type

typedef uint16_t ecalMGPA::sample_type

Definition at line 9 of file EcalMGPASample.h.

Function Documentation

◆ adc()

constexpr int ecalMGPA::adc ( sample_type  sample)

◆ gainId()

constexpr int ecalMGPA::gainId ( sample_type  sample)

◆ pack()

constexpr sample_type ecalMGPA::pack ( int  adc,
int  gainId 
)

Definition at line 15 of file EcalMGPASample.h.

References adc(), gainId(), ecalPh1::kAdcMask, ecalPh1::kGainIdMask, and ecalPh1::NBITS.

15  {
17  }
static constexpr unsigned int NBITS
Definition: EcalConstants.h:54
constexpr int adc(sample_type sample)
get the ADC sample (12 bits)
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
static constexpr unsigned int kGainIdMask
Definition: EcalConstants.h:58
static constexpr unsigned int kAdcMask
Definition: EcalConstants.h:57