]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpPlaneType.h
From Laurent
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPlaneType.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: AliMpPlaneType.h,v 1.3 2005/08/26 15:43:36 ivana Exp $
6
7 /// \ingroup basic
8 /// \enum AliMpPlaneType
9 /// Enumeration for refering to bending and non-bending planes.
10 ///
11 /// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
12  
13 #ifndef ALI_MP_PLANE_TYPE_H
14 #define ALI_MP_PLANE_TYPE_H
15  
16 enum AliMpPlaneType
17 {
18   kBendingPlane,    ///< bending plane
19   kNonBendingPlane  ///< non-bending plane
20 };
21
22 #endif //ALI_MP_PLANE_TYPE_H