]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowSegment.h
Modifications to the trigger classes to have I/O. I
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowSegment.h
index 33d96b76dcb5bf523fbfde04d04f3cceab84e623..761b41ca9511a6f85aca91cf537264d9202900fe 100755 (executable)
@@ -1,20 +1,22 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: sector
-//
-// Class AliMpRowSegment
-// ---------------------
-// Class describing a row segment composed of the 
-// the identic motifs.
-//
-// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+// $MpId: AliMpRowSegment.h,v 1.8 2006/03/17 11:38:28 ivana Exp $
+
+/// \ingroup sector
+/// \class AliMpRowSegment
+/// \brief A row segment composed of the the identic motifs.
+///
+/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_ROW_SEGMENT_H
 #define ALI_MP_ROW_SEGMENT_H
 
-#include <TVector2.h>
-
 #include "AliMpVRowSegment.h"
 
+#include <TVector2.h>
+
 class AliMpRow;
 class AliMpVMotif;
 class AliMpIntPair;
@@ -44,7 +46,7 @@ class AliMpRowSegment : public AliMpVRowSegment
 
     // set methods
     virtual void      SetOffset(const TVector2& offset);
-    virtual void      SetGlobalIndices();
+    virtual void      SetGlobalIndices(AliMpRow* rowBefore);
     virtual Int_t     SetIndicesToMotifPosition(Int_t i, 
                                 const AliMpIntPair& indices);