]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpXDirection.h
dd10b39a6106ce324721fc942fc769063452e20e
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpXDirection.h
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 // $Id$
5 // $MpId: AliMpXDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $
6
7 /// \ingroup basic
8 /// \enum  AliMpDirection
9 /// Enumeration for the directions in a plane.
10 ///
11 /// \author David Guez, IPN Orsay
12
13 #ifndef ALI_MP_X_DIRECTION_H
14 #define ALI_MP_X_DIRECTION_H
15
16 namespace AliMp {
17
18   enum XDirection
19   {
20     kLeft,  ///< special row segments built from right to left
21     kRight  ///< special row segments built from left to right
22   };
23
24 }  
25
26 #endif //ALI_MP_X_DIRECTION_H