]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpStationType.h
Hopefully sorting out the local board id versus index problems once for all...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpStationType.h
index bd24dce9f421dc88beb587854c87130b8937dbbe..5b7c07084bbd2bc55923fb231bf826b5f2561f4b 100644 (file)
@@ -1,19 +1,32 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: sector
-//
-// Enum AliMpStationType
-// ---------------------
-// Enumeration for refering to bending and non-bending planes.
-//
-// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+// $MpId: AliMpStationType.h,v 1.9 2006/05/24 13:58:07 ivana Exp $
+
+/// \ingroup basic
+/// \enum AliMp::StationType
+/// Enumeration for refering to a MUON station
+///
+/// \author 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
-};
+
+#include <TString.h>
+
+namespace AliMp {
+
+  enum StationType
+  {
+    kStation1,           ///< station 1 (quadrants)
+    kStation2,           ///< station 2 (quadrants)
+    kStation345,         ///< station 3,4,5 (slats)
+    kStationTrigger      ///< trigger stations (slats)
+  };
+
+  /// Return name for given stationType
+  TString StationTypeName(AliMp::StationType stationType);
+}
 
 #endif //ALI_MP_STATION_TYPE_H