CMS 3D CMS Logo

Typedefs | Functions
ecalLiteDTU 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 ecalLiteDTU::sample_type

Definition at line 9 of file EcalLiteDTUSample.h.

Function Documentation

◆ adc()

constexpr int ecalLiteDTU::adc ( sample_type  sample)
constexpr

get the ADC sample (12 bits)

Definition at line 12 of file EcalLiteDTUSample.h.

12 { return sample & ecalPh2::kAdcMask; }

References ecalPh2::kAdcMask, and simplePhotonAnalyzer_cfi::sample.

Referenced by pack().

◆ gainId()

constexpr int ecalLiteDTU::gainId ( sample_type  sample)
constexpr

◆ pack()

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

Definition at line 15 of file EcalLiteDTUSample.h.

15  {
17  }

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

ecalLiteDTU::gainId
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
Definition: EcalLiteDTUSample.h:14
ecalPh2::kGainIdMask
static constexpr unsigned int kGainIdMask
Definition: EcalConstants.h:19
simplePhotonAnalyzer_cfi.sample
sample
Definition: simplePhotonAnalyzer_cfi.py:12
ecalLiteDTU::adc
constexpr int adc(sample_type sample)
get the ADC sample (12 bits)
Definition: EcalLiteDTUSample.h:12
ecalPh2::kAdcMask
static constexpr unsigned int kAdcMask
Definition: EcalConstants.h:18
ecalPh2::NBITS
static constexpr unsigned int NBITS
Definition: EcalConstants.h:13