CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBHodoscopeRawInfo.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const EcalTBHodoscopeRawInfo& planeHits) {
4  s << "Number of planes: " << planeHits.planes() << std::endl;
5  for (unsigned int i=0; i<planeHits.planes(); i++)
6  s << planeHits[i] << std::endl;
7  return s;
8 }
int i
Definition: DBlmapReader.cc:9
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
unsigned int planes() const
Get Methods.