CMS 3D CMS Logo

DTSectCollId.cc
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class: DTSectCollId.cc
4 //
5 // Description: Definition of sector collectors
6 //
7 //
8 // Author List:
9 // S. Marcellini
10 // Modifications:
11 // 11/12/06 C.Battilana : new SectCollId definitions
12 //
13 //
14 //--------------------------------------------------
15 
16 //-----------------------
17 // This Class's Header --
18 //-----------------------
20 
21 //-------------------------------
22 // Collaborating Class Headers --
23 //-------------------------------
24 
25 //---------------
26 // C++ Headers --
27 //---------------
28 
29 #include <iostream>
30 std::ostream& operator<<(std::ostream& os, const DTSectCollId& id) {
31  os << "Wheel: " << id.wheel() << " Sector: " << id.sector();
32  return os;
33 }
std::ostream & operator<<(std::ostream &os, const DTSectCollId &id)
Definition: DTSectCollId.cc:30