CMS 3D CMS Logo

EcalTBHodoscopePlaneRawHits.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const EcalTBHodoscopePlaneRawHits& planeHits) {
4  s << "Number of channels: " << planeHits.channels() << std::endl;
5  for (unsigned int i = 0; i < planeHits.channels(); i++)
6  s << "Channel " << i << ": " << (int)planeHits[i] << std::endl;
7  return s;
8 }
unsigned int channels() const
Get Methods.
std::ostream & operator<<(std::ostream &s, const EcalTBHodoscopePlaneRawHits &planeHits)