CMS 3D CMS Logo

EcalTBTDCRawInfo.cc

Go to the documentation of this file.
00001 #include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h"
00002 
00003 
00004 std::ostream& operator<<(std::ostream& s, const EcalTBTDCRawInfo& tdcInfo) {
00005   s << "TDC has " << tdcInfo.size() << " samples " << std::endl;
00006   for (unsigned int i=0; i<tdcInfo.size(); i++) 
00007     s << "  " << tdcInfo.sample(i) << std::endl;
00008   return s;
00009 }

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