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 uint16_t ecalMGPA::sample_type |
Definition at line 8 of file EcalMGPASample.h.
|
constexpr |
get the ADC sample (12 bits)
Definition at line 11 of file EcalMGPASample.h.
References simplePhotonAnalyzer_cfi::sample.
Referenced by pack().
|
constexpr |
get the gainId (2 bits)
Definition at line 13 of file EcalMGPASample.h.
References simplePhotonAnalyzer_cfi::sample.
Referenced by pack().
|
constexpr |