]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/mapping/AliMpStationType.h
Corrected delete
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpStationType.h
CommitLineData
0f52cd3c 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
13enum AliMpStationType
14{
15 kStation1, // station 1
d0ce467d 16 kStation2 // station 2
0f52cd3c 17};
18
19#endif //ALI_MP_STATION_TYPE_H