AliRoot Core  ee782a0 (ee782a0)
AliMpCathodType.h
Go to the documentation of this file.
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice */
3 
4 // $Id$
5 // $MpId: AliMpCathodType.h,v 1.8 2006/05/24 13:58:07 ivana Exp $
6 
12 
13 #ifndef ALI_MP_CATHOD_TYPE_H
14 #define ALI_MP_CATHOD_TYPE_H
15 
16 #include <Rtypes.h>
17 #include <TString.h>
18 
19 namespace AliMp {
20 
22  {
25  };
26 
28  AliMp::CathodType GetCathodType(Int_t cathodNumber);
29 
31  TString CathodTypeName(AliMp::CathodType cathodType);
32 
35 
36 }
37 
38 #endif //ALI_MP_CATHOD_TYPE_H
TString CathodTypeName(AliMp::CathodType cathodType)
Return name for given cathodType.
AliMp::CathodType OtherCathodType(AliMp::CathodType cathodType)
Return the other cathod type.
AliMp::CathodType GetCathodType(Int_t cathodNumber)
Convert integer number in enum;.
The namespace for mapping enums and related functions.