CMS 3D CMS Logo

Functions

CMSSW_4_4_3_patch1/src/TBDataFormats/EcalTBObjects/src/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 i, EcalTBHodoscopeRawInfo::planes(), and asciidump::s.

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