]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONmapping/AliMpStationType.h
MUON + CheckCompiler
[u/mrichter/AliRoot.git] / MUON / MUONmapping / AliMpStationType.h
diff --git a/MUON/MUONmapping/AliMpStationType.h b/MUON/MUONmapping/AliMpStationType.h
new file mode 100644 (file)
index 0000000..0510088
--- /dev/null
@@ -0,0 +1,31 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+// $Id$
+// $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
+
+#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