CMS 3D CMS Logo

EBDataFrame.cc

Go to the documentation of this file.
00001 #include "DataFormats/EcalDigi/interface/EBDataFrame.h"
00002 #include<iostream>
00003 
00004 
00005 std::ostream& operator<<(std::ostream& s, const EBDataFrame& digi) {
00006   s << digi.id() << " " << digi.size() << " samples " << std::endl;
00007   for (int i=0; i<digi.size(); i++) 
00008     s << "  " << digi[i] << std::endl;
00009   return s;
00010 }

Generated on Tue Jun 9 17:30:42 2009 for CMSSW by  doxygen 1.5.4