]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryDirection.h
CID 22679: Out-of-bounds write (OVERRUN_STATIC)
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryDirection.h
index 75e37ee4b349d5e55a58d44d72f97066754aac50..a123b56809d6aa4c43703ee86227503b88bdbb2a 100644 (file)
@@ -3,25 +3,20 @@
 
 /* $Id$ */
 
-//
-// Enum AliMUONGeometryDirection
-// -----------------------------
-// Enumeration for the directions in a plane.
-// This method gives the direction where the pad size of the chamber is constant.
-// In other words this corresponds with the coordinate where the spatial resolution is the best.
-// Normally kDirY will correspond with cathode segmentation for the bending plane and 
-// kDirX  with cathode segmentation for the non bending plane
-//
-// Author:Ivana Hrivnacova, IPN Orsay
+/// \ingroup geometry
+/// \enum  AliMUONGeometryDirection
+/// \brief Enumeration for the directions in a plane.
+///
+/// Author:Ivana Hrivnacova, IPN Orsay
 
 #ifndef ALI_MUON_GEOMETRY_DIRECTION_H
 #define ALI_MUON_GEOMETRY_DIRECTION_H
 
 enum AliMUONGeometryDirection 
 {
-  kDirX,          // direction in x
-  kDirY,          // direction in y
-  kDirUndefined   // undefined direction
+  kDirX,          ///< direction in x
+  kDirY,          ///< direction in y
+  kDirUndefined   ///< undefined direction
 };
 
 #endif //ALI_MUON_GEOMETRY_DIRECTION_H