]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpStationType.h
In mapping:
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpStationType.h
index bd24dce9f421dc88beb587854c87130b8937dbbe..0510088b36987316cf997d3e5b4a4a356cb83dc4 100644 (file)
@@ -1,19 +1,31 @@
+/* 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
+  {
+    kStation12,          ///< station 1,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