// $Id$ // Category: sector // // Enum AliMpStationType // --------------------- // Enumeration for refering to bending and non-bending planes. // // Authors: David Guez, Ivana Hrivnacova; IPN Orsay #ifndef ALI_MP_STATION_TYPE_H #define ALI_MP_STATION_TYPE_H enum AliMpStationType { kStation1, // station 1 kStation2 // station 2 }; #endif //ALI_MP_STATION_TYPE_H