CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTEnums.h
Go to the documentation of this file.
1 #ifndef DTRecHit_DTEnums_H
2 #define DTRecHit_DTEnums_H
3 
12 #include <ostream>
13 
14 namespace DTEnums {
15 
17  enum DTCellSide { undefLR = 0, Right = 1, Left = 2 };
18 
19 }
20 
21 std::ostream& operator<<(std::ostream& s, DTEnums::DTCellSide p);
22 
23 #endif
24 
DTCellSide
Which side of the DT cell.
Definition: DTEnums.h:17
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187