CMS 3D CMS Logo

EBDataFrame.h File Reference

#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDigi/interface/EcalDataFrame.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  EBDataFrame
 
Id
EBDataFrame.h,v 1.6 2007/07/24 10:57:51 innocent Exp
More...

Functions

std::ostream & operator<< (std::ostream &, const EBDataFrame &)


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const EBDataFrame  
)

Definition at line 5 of file EBDataFrame.cc.

References lat::endl(), i, EBDataFrame::id(), and EcalDataFrame::size().

00005                                                                {
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:52:01 2009 for CMSSW by  doxygen 1.5.4