]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowPainter.h
New macro to keep track of timing performances of the segmentation methods (Laurent)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowPainter.h
index c11f0b438457c77127a19ac32c323c5ef4c5b5ac..66b60cd3147212bf04806aee73946c52cc88cf49 100755 (executable)
@@ -4,7 +4,7 @@
 // $Id$
 // $MpId: AliMpRowPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
 
-/// \ingroup graphics
+/// \ingroup mpgraphics
 /// \class AliMpRowPainter
 /// \brief Class for drawing a row into canvas
 ///
@@ -31,10 +31,12 @@ class AliMpRowPainter : public AliMpVPainter
   virtual TVector2 GetDimensions() const;
 
  private: 
+  /// Not implemented
   AliMpRowPainter(const AliMpRowPainter& right);
+  /// Not implemented
   AliMpRowPainter&  operator = (const AliMpRowPainter& right);
 
-  AliMpRow *fRow;             ///< the row to paint
+  AliMpRow *fRow; ///< the row to paint
   
   ClassDef(AliMpRowPainter,1) // Row painter
 };