]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1ElectronicElement.h
Removing output of hit pointers in AliMUONTrack class. New switch in ALiMUONv1 for...
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1ElectronicElement.h
index ab7705920e940ab3cd5eeb7be8d615c6f50c6ee6..512bbd5660ed0a6865d7e22ebca8842c862ce966 100644 (file)
@@ -16,7 +16,9 @@
 // a range of MANU numbers or, finally,
 // a range of gassiplex/MANAS numbers, in a given range of MANU addresses
 
-#include <MPad.h>
+#include <TObject.h>
+
+class AliMpPad;
 
 class AliMUONSt1ElectronicElement : public TObject 
 {
@@ -29,7 +31,7 @@ class AliMUONSt1ElectronicElement : public TObject
     virtual ~AliMUONSt1ElectronicElement();
     
     // methods
-    Bool_t Contains(const MPad& pad) const;
+    Bool_t Contains(const AliMpPad& pad) const;
     void   SetRange(Int_t numVar,Int_t i1,Int_t i2);
     void   SetRange(Int_t numVar,Double_t x1,Double_t x2);
     Bool_t IsInRange(Int_t numVar,Int_t i) const;