]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPlaneType.h
From Laurent
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPlaneType.h
index 66aa3e9839b428919b5b07d1ed6112303c9f9bc0..5ad9bbfd52f1b2f8a77c63f818676624ed2b8250 100755 (executable)
@@ -1,19 +1,22 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: sector
-//
-// Enum AliMpPlaneType
-// -------------------
-// Enumeration for refering to bending and non-bending planes.
-//
-// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+// $MpId: AliMpPlaneType.h,v 1.3 2005/08/26 15:43:36 ivana Exp $
+
+/// \ingroup basic
+/// \enum AliMpPlaneType
+/// Enumeration for refering to bending and non-bending planes.
+///
+/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
  
 #ifndef ALI_MP_PLANE_TYPE_H
 #define ALI_MP_PLANE_TYPE_H
  
 enum AliMpPlaneType
 {
-  kBendingPlane,    // bending plane
-  kNonBendingPlane  // non-bending plane
+  kBendingPlane,    ///< bending plane
+  kNonBendingPlane  ///< non-bending plane
 };
 
 #endif //ALI_MP_PLANE_TYPE_H