]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowSegmentLSpecial.h
Replacement of AliMpIntPair object with algoritmic
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowSegmentLSpecial.h
index a3f0d2e7a0071652d8420807b14c4164f002ead9..b85dc689fd9469213c6a3722594cf7c5f4fd36c8 100755 (executable)
@@ -2,26 +2,24 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpRowSegmentLSpecial.h,v 1.5 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpRowSegmentLSpecial.h,v 1.9 2006/05/24 13:58:21 ivana Exp $
 
 /// \ingroup sector
 /// \class AliMpRowSegmentLSpecial
 /// \brief A special inner row segment composed of the pad rows.
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_ROW_SEGMENT_L_SPECIAL_H
 #define ALI_MP_ROW_SEGMENT_L_SPECIAL_H
 
-#include <TVector2.h>
-
-#include "AliMpSectorTypes.h"
 #include "AliMpVRowSegmentSpecial.h"
 
+#include <TVector2.h>
+
 class AliMpRow;
 class AliMpPadRow;
 class AliMpVPadRowSegment;
-class AliMpIntPair;
 
 class AliMpRowSegmentLSpecial : public AliMpVRowSegmentSpecial
 {
@@ -40,8 +38,7 @@ class AliMpRowSegmentLSpecial : public AliMpVRowSegmentSpecial
 
     // set methods
     virtual void   SetGlobalIndices(AliMpRow* rowBefore);
-    virtual Int_t  SetIndicesToMotifPosition(Int_t i, 
-                                    const AliMpIntPair& indices);
+    virtual Int_t  SetIndicesToMotifPosition(Int_t i, MpPair_t indices);
 
   protected:
     // methods
@@ -51,7 +48,7 @@ class AliMpRowSegmentLSpecial : public AliMpVRowSegmentSpecial
     // methods
     AliMpVPadRowSegment* FindMostRightPadRowSegment(Int_t motifPositionId) const;
     
-  ClassDef(AliMpRowSegmentLSpecial,1)  //Row segment
+  ClassDef(AliMpRowSegmentLSpecial,1)  // Row segment
 };
 
 #endif //ALI_MP_ROW_SEGMENT_L_SPECIAL_H