]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpDirection.h
Code for MUON Station1 (I.Hrivnacova)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDirection.h
1 // $Id$
2 // Category: basic
3 //
4 // Enum AliMpDirection
5 // -------------------
6 // Enumeration for the directions in a plane.
7 //
8 // Authors: David Guez, IPN Orsay
9
10 #ifndef ALI_MP_DIRECTION_H
11 #define ALI_MP_DIRECTION_H
12
13 enum AliMpDirection 
14 {
15   kX, // direction in x
16   kY  // direction in y
17 };
18
19 #endif //ALI_MP_DIRECTION_H