CMS 3D CMS Logo

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().

00007                                                             {
00008   s << "ADC = " << samp.adc() ;
00009   return s;
00010 }


Generated on Tue Jun 9 17:52:02 2009 for CMSSW by  doxygen 1.5.4