]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSegmentation.h
Adding fSlatMotifMap data member to keep track of st345/trigger motifs (Laurent)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSegmentation.h
index 5210ac977b3fa8613d3c4568ced70353ac683048..caed95d588b817546c270a49465ffcb5b6c70f6e 100644 (file)
 #  include "AliMpExMap.h"
 #endif
 
+#ifndef ALIMPSLATMOTIFMAP_H
+#  include "AliMpSlatMotifMap.h"
+#endif
+
 class AliMpVSegmentation;
 class AliMpSegmentation;
-
 class TRootIOCtor;
 
 class AliMpSegmentation : public  TObject {
@@ -71,7 +74,7 @@ class AliMpSegmentation : public  TObject {
     // data members
     AliMpStringObjMap  fMpSegmentations;///< Map of mapping segmentations to DE seg names
     AliMpExMap         fElCardsMap;     ///< Map of el. cards IDs to segmentations
-      
+    AliMpSlatMotifMap  fSlatMotifMap; ///< Map of motif, motifTypes to avoid duplications and allow proper deletion
     
   ClassDef(AliMpSegmentation,1)  // The factory for building mapping segmentations
 };