]> 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 ef08d4ef24f1cc4e2c47edc608492c1fd66844e1..66b60cd3147212bf04806aee73946c52cc88cf49 100755 (executable)
@@ -1,11 +1,14 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: graphics
-//
-// Class AliMpRowPainter
-// ---------------------
-// Class for drawing a row into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpRowPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup mpgraphics
+/// \class AliMpRowPainter
+/// \brief Class for drawing a row into canvas
+///
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ROW_PAINTER_H
 #define ALI_MP_ROW_PAINTER_H
@@ -27,12 +30,14 @@ class AliMpRowPainter : public AliMpVPainter
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
 
- protected:
+ private: 
+  /// Not implemented
   AliMpRowPainter(const AliMpRowPainter& right);
+  /// Not implemented
   AliMpRowPainter&  operator = (const AliMpRowPainter& right);
 
- private: 
-  AliMpRow *fRow;             // the row to paint
+  AliMpRow *fRow; ///< the row to paint
+  
   ClassDef(AliMpRowPainter,1) // Row painter
 };
 #endif //ALI_MP_ROW_PAINTER_H