CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h File Reference

#include <ostream>
#include <vector>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Classes

class  EcalTBHodoscopePlaneRawHits

Functions

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

Function Documentation

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

Definition at line 3 of file EcalTBHodoscopePlaneRawHits.cc.

References EcalTBHodoscopePlaneRawHits::channels(), i, and asciidump::s.

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