CMS 3D CMS Logo

DTEnums.cc
Go to the documentation of this file.
1 
7 
8 using namespace std;
9 
10 ostream& operator<<(ostream& s, DTEnums::DTCellSide p) {
11  switch (p) {
12  case DTEnums::undefLR:
13  return s << "undefined";
14  case DTEnums::Right:
15  return s << "Right";
16  case DTEnums::Left:
17  return s << "Left";
18  }
19  return s;
20 }
DTCellSide
Which side of the DT cell.
Definition: DTEnums.h:15
std::ostream & operator<<(std::ostream &out, const std::tuple< Types... > &value)
Definition: Utilities.h:32