CMS 3D CMS Logo

EcalTBHodoscopeRawInfo.cc File Reference

#include "TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const EcalTBHodoscopeRawInfo &planeHits)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalTBHodoscopeRawInfo planeHits 
)

Definition at line 3 of file EcalTBHodoscopeRawInfo.cc.

References lat::endl(), i, and EcalTBHodoscopeRawInfo::planes().

00003                                                                                {
00004   s << "Number of planes: " << planeHits.planes() << std::endl;
00005   for (unsigned int i=0; i<planeHits.planes(); i++) 
00006     s << planeHits[i] << std::endl;
00007   return s;
00008 }


Generated on Tue Jun 9 17:56:00 2009 for CMSSW by  doxygen 1.5.4