]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowSegmentRSpecial.h
Update HFE v2 analyses
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowSegmentRSpecial.h
index 7c55a58749f8e7fd3af679cdec45030c61c72a95..f797df8131d03d846bedc8870f823c1eb4708f91 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "AliMpVRowSegmentSpecial.h"
 
-#include <TVector2.h>
-
 class AliMpRow;
 class AliMpPadRow;
 class AliMpVPadRowSegment;
@@ -35,7 +33,8 @@ class AliMpRowSegmentRSpecial : public AliMpVRowSegmentSpecial
     virtual Double_t  RightBorderX() const;
 
     // geometry
-    virtual TVector2  Position() const;
+    virtual Double_t  GetPositionX() const;
+    virtual Double_t  GetPositionY() const;
 
     // set methods
     virtual void   SetGlobalIndices(AliMpRow* rowBefore);
@@ -43,7 +42,8 @@ class AliMpRowSegmentRSpecial : public AliMpVRowSegmentSpecial
 
   protected:
     // methods
-    virtual TVector2  MotifCenterSlow(Int_t motifPositionId) const;
+    virtual void  MotifCenterSlow(Int_t motifPositionId, 
+                                  Double_t& x, Double_t& y) const;
     
   private:
     // methods