CMS 3D CMS Logo

EcalTBTDCSample.cc File Reference

#include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCSample.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 8 of file EcalTBTDCSample.cc.

References EcalTBTDCSample::tdcChannel(), and EcalTBTDCSample::tdcValue().

00008                                                                    {
00009   s << "TDC Channel=" << samp.tdcChannel() << ", Value=" << samp.tdcValue();
00010   return s;
00011 }


Generated on Tue Jun 9 17:56:00 2009 for CMSSW by  doxygen 1.5.4