#include <ESSample.h>
Public Member Functions | |
int | adc () const |
get the ADC sample (singed 16 bits) More... | |
ESSample () | |
ESSample (int16_t data) | |
ESSample (int adc) | |
int16_t | operator() () |
for streaming More... | |
int16_t | raw () const |
get the raw word More... | |
Private Attributes | |
int16_t | theSample |
Definition at line 7 of file ESSample.h.
|
inline |
|
inline |
ESSample::ESSample | ( | int | adc | ) |
|
inline |
get the ADC sample (singed 16 bits)
Definition at line 18 of file ESSample.h.
References theSample.
Referenced by ESPedestalTask::analyze(), ESTimingTask::analyze(), EcalPreshowerNoiseDistrib::analyze(), EcalPreshowerDigisValidation::analyze(), EcalMixingModuleValidation::analyze(), ESDataFormatterV1_1::DigiToRaw(), ESDataFormatterV4::DigiToRaw(), ESSample(), ESRecHitAnalyticAlgo::EvalAmplitude(), ESRecHitFitAlgo::EvalAmplitude(), ESRecHitSimAlgo::evalAmplitude(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), ESRecHitSimAlgo::oldEvalAmplitude(), operator<<(), ESZeroSuppressionProducer::produce(), and ESUnpacker::word2digi().
|
inline |
|
inline |
|
private |
Definition at line 24 of file ESSample.h.
Referenced by adc(), ESSample(), operator()(), and raw().