CMS 3D CMS Logo

EcalTBTDCRecInfo.cc File Reference

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const EcalTBTDCRecInfo &tdcInfo)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalTBTDCRecInfo tdcInfo 
)

Definition at line 4 of file EcalTBTDCRecInfo.cc.

References EcalTBTDCRecInfo::offset().

00004                                                                        {
00005   s << "TDC offset is " << tdcInfo.offset() ;
00006   return s;
00007 }


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