CMS 3D CMS Logo

Functions
ESSample.cc File Reference
#include "DataFormats/EcalDigi/interface/ESSample.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const ESSample &samp)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const ESSample samp 
)

Definition at line 5 of file ESSample.cc.

References ESSample::adc(), and alignCSCRings::s.

5  {
6  s << "ADC = " << samp.adc();
7  return s;
8 }
int adc() const
get the ADC sample (singed 16 bits)
Definition: ESSample.h:16