]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONmapping/AliMpStationType.h
Fixes for object target dependencies
[u/mrichter/AliRoot.git] / MUON / MUONmapping / AliMpStationType.h
CommitLineData
dee1d5f1 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
0f52cd3c 4// $Id$
13985652 5// $MpId: AliMpStationType.h,v 1.9 2006/05/24 13:58:07 ivana Exp $
dee1d5f1 6
7/// \ingroup basic
78649106 8/// \enum AliMp::StationType
dee1d5f1 9/// Enumeration for refering to a MUON station
10///
13985652 11/// \author David Guez, Ivana Hrivnacova; IPN Orsay
0f52cd3c 12
13#ifndef ALI_MP_STATION_TYPE_H
14#define ALI_MP_STATION_TYPE_H
e8fcb006 15
2a7ea2e6 16#include <TString.h>
17
102fd0f8 18namespace AliMp {
19
20 enum StationType
21 {
f3ed9a44 22 kStation12, ///< station 1,2 (quadrants)
102fd0f8 23 kStation345, ///< station 3,4,5 (slats)
24 kStationTrigger ///< trigger stations (slats)
25 };
0f52cd3c 26
102fd0f8 27 /// Return name for given stationType
28 TString StationTypeName(AliMp::StationType stationType);
2f8dd601 29}
30
0f52cd3c 31#endif //ALI_MP_STATION_TYPE_H