CMS 3D CMS Logo

DTEnums.h
Go to the documentation of this file.
1 #ifndef DTRecHit_DTEnums_H
2 #define DTRecHit_DTEnums_H
3 
10 #include <ostream>
11 
12 namespace DTEnums {
13 
15  enum DTCellSide { undefLR = 0, Right = 1, Left = 2 };
16 
17 } // namespace DTEnums
18 
19 std::ostream& operator<<(std::ostream& s, DTEnums::DTCellSide p);
20 
21 #endif
DTCellSide
Which side of the DT cell.
Definition: DTEnums.h:15
std::ostream & operator<<(std::ostream &s, DTEnums::DTCellSide p)