CMS 3D CMS Logo

EcalFEMSample.cc
Go to the documentation of this file.
2 
3 EcalFEMSample::EcalFEMSample(int adc, int gainId) { theSample = (adc & 0xFFF) | ((gainId & 0x3) << 12); }
4 
5 std::ostream& operator<<(std::ostream& s, const EcalFEMSample& samp) {
6  s << "ADC=" << samp.adc() << ", gainId=" << samp.gainId();
7  return s;
8 }
std::ostream & operator<<(std::ostream &s, const EcalFEMSample &samp)
Definition: EcalFEMSample.cc:5
int adc() const
get the ADC sample (12 bits)
Definition: EcalFEMSample.h:23
int gainId() const
get the gainId (2 bits)
Definition: EcalFEMSample.h:25
uint16_t theSample
Definition: EcalFEMSample.h:30
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
uint16_t *__restrict__ uint16_t const *__restrict__ adc