AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMpDirection.h
Go to the documentation of this file.
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: AliMpDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $
6 
12 
13 #ifndef ALI_MP_DIRECTION_H
14 #define ALI_MP_DIRECTION_H
15 
16 namespace AliMp {
17 
18  enum Direction
19  {
20  kX,
21  kY
22  };
23 
24 }
25 
26 #endif //ALI_MP_DIRECTION_H
direction in x
direction in y