]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSegmentation.h
- All mapping enums within namespace (AliMp).
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSegmentation.h
index caed95d588b817546c270a49465ffcb5b6c70f6e..2ccd3fee7ab2be5e6c072c72bf633d5aa18fbcc0 100644 (file)
 #  include "AliMpExMap.h"
 #endif
 
+#ifndef ALI_MP_CATHOD_TYPE_H
+#  include "AliMpCathodType.h"
+#endif
+
 #ifndef ALIMPSLATMOTIFMAP_H
 #  include "AliMpSlatMotifMap.h"
 #endif
@@ -51,7 +55,7 @@ class AliMpSegmentation : public  TObject {
 
     // methods
     const AliMpVSegmentation* GetMpSegmentation(
-                                 Int_t detElemId, Int_t cath, 
+                                 Int_t detElemId, AliMp::CathodType cath, 
                                 Bool_t warn = true) const;
 
     const AliMpVSegmentation* GetMpSegmentationByElectronics(
@@ -64,7 +68,7 @@ class AliMpSegmentation : public  TObject {
     AliMpSegmentation& operator=(const AliMpSegmentation& rhs);
 
     AliMpVSegmentation* CreateMpSegmentation(
-                              Int_t detElemId, Int_t cath);
+                              Int_t detElemId, AliMp::CathodType cath);
 
     AliMpExMap* FillElCardsMap(Int_t detElemId);