]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpStationType.h
added headers needed for compilation
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpStationType.h
index c6e15b6aaf691901925c89d848c3190b2695bded..0510088b36987316cf997d3e5b4a4a356cb83dc4 100644 (file)
@@ -5,7 +5,7 @@
 // $MpId: AliMpStationType.h,v 1.9 2006/05/24 13:58:07 ivana Exp $
 
 /// \ingroup basic
-/// \enum AliMpStationType
+/// \enum AliMp::StationType
 /// Enumeration for refering to a MUON station
 ///
 /// \author David Guez, Ivana Hrivnacova; IPN Orsay
@@ -19,8 +19,7 @@ namespace AliMp {
 
   enum StationType
   {
-    kStation1,           ///< station 1 (quadrants)
-    kStation2,           ///< station 2 (quadrants)
+    kStation12,          ///< station 1,2 (quadrants)
     kStation345,         ///< station 3,4,5 (slats)
     kStationTrigger      ///< trigger stations (slats)
   };