CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Definition at line 7 of file ESSample.cc.

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

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