CMS 3D CMS Logo

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 }

Generated on Tue Jun 9 17:48:05 2009 for CMSSW by  doxygen 1.5.4