CMS 3D CMS Logo

EEDataFrame.h File Reference

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

Go to the source code of this file.

Classes

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

Functions

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


Function Documentation

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

Definition at line 4 of file EEDataFrame.cc.

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

00004                                                                {
00005   s << digi.id() << " " << digi.size() << " samples " << std::endl;
00006   for (int i=0; i<digi.size(); i++) 
00007     s << "  " << digi.sample(i) << std::endl;
00008   return s;
00009 }


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4