]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpXDirection.h
MUON + CheckCompiler
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpXDirection.h
diff --git a/MUON/mapping/AliMpXDirection.h b/MUON/mapping/AliMpXDirection.h
deleted file mode 100644 (file)
index d27315d..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* 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