]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONmapping/AliMpStation12Type.h
Fixes for object target dependencies
[u/mrichter/AliRoot.git] / MUON / MUONmapping / AliMpStation12Type.h
CommitLineData
4e51cfd2 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
4// $Id$
5
6/// \ingroup basic
7/// \enum AliMq::Station12Type
8/// Enumeration for refering to a MUON station12.
9/// It is defined in a different namespace than StationType
10/// in order to prevent from unwanted mixing of both types
11/// in switch command.
12///
13/// \author Ivana Hrivnacova; IPN Orsay
14
15#ifndef ALI_MP_STATION_12_TYPE_H
16#define ALI_MP_STATION_12_TYPE_H
17
18#include <TString.h>
19
20namespace AliMq {
21
22 enum Station12Type
23 {
24 kStation1, ///< station 1
25 kStation2, ///< station 2
26 kNotSt12 ///< value for all non sector stations
27 };
28
29 /// Return name for given stationType
30 TString Station12TypeName(AliMq::Station12Type station12Type);
31}
32
33#endif //ALI_MP_SECTOR_STATION_TYPE_H