]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryDirection.h
new cuts and tasks added
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryDirection.h
index 91f495ef1ec974fd0f643f1db5fc429718eb6b79..a123b56809d6aa4c43703ee86227503b88bdbb2a 100644 (file)
@@ -3,21 +3,20 @@
 
 /* $Id$ */
 
-//
-// Enum AliMUONGeometryDirection
-// -----------------------------
-// Enumeration for the directions in a 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