]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRow.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRow.h
index 2390c56e08e98c7b2a370641babd82aa537fe04a..bfabc2053963fab07a2c157bbcf661ee28ad0b02 100755 (executable)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpRow.h,v 1.9 2006/03/17 11:38:28 ivana Exp $
+// $MpId: AliMpRow.h,v 1.10 2006/05/23 13:07:44 ivana Exp $
 
 /// \ingroup sector
 /// \class AliMpRow
@@ -83,12 +83,12 @@ class AliMpRow : public AliMpVIndexed
     void CheckEmpty() const;
   
     // data members
-    UInt_t            fID;      // row ID
-    Double_t          fOffsetY; // the y position of the centre of motifs
-    RowSegmentVector  fSegments;// row segments
-    AliMpMotifMap*    fMotifMap;// the motif map associated with its sector
+    UInt_t            fID;      ///< row ID
+    Double_t          fOffsetY; ///< the y position of the centre of motifs
+    RowSegmentVector  fSegments;///< row segments
+    AliMpMotifMap*    fMotifMap;///< the motif map associated with its sector
 
-  ClassDef(AliMpRow,1)  //Row
+  ClassDef(AliMpRow,1)  // Row
 };
 
 // inline functions