CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:30:41 2009 for CMSSW by  doxygen 1.5.4