]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONmapping/AliMpXDirection.h
MUON + CheckCompiler
[u/mrichter/AliRoot.git] / MUON / MUONmapping / AliMpXDirection.h
diff --git a/MUON/MUONmapping/AliMpXDirection.h b/MUON/MUONmapping/AliMpXDirection.h
new file mode 100644 (file)
index 0000000..d27315d
--- /dev/null
@@ -0,0 +1,26 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+// $Id$
+// $MpId: AliMpXDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $
+
+/// \ingroup basic
+/// \enum  AliMp::XDirection
+/// Enumeration for the directions in a plane.
+///
+/// \author David Guez, IPN Orsay
+
+#ifndef ALI_MP_X_DIRECTION_H
+#define ALI_MP_X_DIRECTION_H
+
+namespace AliMp {
+
+  enum XDirection
+  {
+    kLeft,  ///< special row segments built from right to left
+    kRight  ///< special row segments built from left to right
+  };
+
+}  
+
+#endif //ALI_MP_X_DIRECTION_H