CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DataFormats/EcalDigi/interface/ESSample.h File Reference

#include <ostream>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Classes

class  ESSample

Functions

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

Function Documentation

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

Definition at line 7 of file ESSample.cc.

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

                                                            {
  s << "ADC = " << samp.adc() ;
  return s;
}