CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/TBDataFormats/EcalTBObjects/src/EcalTBTDCRecInfo.cc

Go to the documentation of this file.
00001 #include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCRecInfo.h"
00002 
00003 
00004 std::ostream& operator<<(std::ostream& s, const EcalTBTDCRecInfo& tdcInfo) {
00005   s << "TDC offset is " << tdcInfo.offset() ;
00006   return s;
00007 }