]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpPlaneType.h
Code for MUON Station1 (I.Hrivnacova)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPlaneType.h
1 // $Id$
2 // Category: sector
3 //
4 // Enum AliMpPlaneType
5 // -------------------
6 // Enumeration for refering to bending and non-bending planes.
7 //
8 // Authors: David Guez, Ivana Hrivnacova; IPN Orsay
9  
10 #ifndef ALI_MP_PLANE_TYPE_H
11 #define ALI_MP_PLANE_TYPE_H
12  
13 enum AliMpPlaneType
14 {
15   kBendingPlane,    // bending plane
16   kNonBendingPlane  // non-bending plane
17 };
18
19 #endif //ALI_MP_PLANE_TYPE_H