CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/DataFormats/DTRecHit/interface/DTEnums.h

Go to the documentation of this file.
00001 #ifndef DTRecHit_DTEnums_H
00002 #define DTRecHit_DTEnums_H
00003 
00012 #include <ostream>
00013 
00014 namespace DTEnums {
00015 
00017   enum DTCellSide { undefLR = 0, Right = 1, Left = 2 };
00018 
00019 }
00020 
00021 std::ostream& operator<<(std::ostream& s, DTEnums::DTCellSide p);
00022 
00023 #endif
00024