CMS 3D CMS Logo

ESSample.cc
Go to the documentation of this file.
2 
3 ESSample::ESSample(int adc) { theSample = (int16_t)adc; }
4 
5 std::ostream& operator<<(std::ostream& s, const ESSample& samp) {
6  s << "ADC = " << samp.adc();
7  return s;
8 }
ESSample::adc
int adc() const
get the ADC sample (singed 16 bits)
Definition: ESSample.h:16
ecalLiteDTU::adc
constexpr int adc(sample_type sample)
get the ADC sample (12 bits)
Definition: EcalLiteDTUSample.h:12
alignCSCRings.s
s
Definition: alignCSCRings.py:92
ESSample::theSample
int16_t theSample
Definition: ESSample.h:21
ESSample
Definition: ESSample.h:7
ESSample.h
operator<<
std::ostream & operator<<(std::ostream &s, const ESSample &samp)
Definition: ESSample.cc:5
ESSample::ESSample
ESSample()
Definition: ESSample.h:9