]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpStationType.h
Extra comma and CtrlM removed (Sun,HP)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpStationType.h
1 // $Id$
2 // Category: sector
3 //
4 // Enum AliMpStationType
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_STATION_TYPE_H
11 #define ALI_MP_STATION_TYPE_H
12  
13 enum AliMpStationType
14 {
15   kStation1, // station 1
16   kStation2 // station 2
17 };
18
19 #endif //ALI_MP_STATION_TYPE_H