]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowPainter.h
In Print(): added an option to print area borders
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowPainter.h
index 285ca1ea5b5b12881d2d1ac2718e309b52d1b5a6..2a83bc6ef082de137586dbdb66060a941ee8316c 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 graphics
+/// \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
@@ -28,7 +31,13 @@ class AliMpRowPainter : public AliMpVPainter
   virtual TVector2 GetDimensions() const;
 
  private: 
-  AliMpRow *fRow;             // the row to paint
+  /// Not implemented
+  AliMpRowPainter(const AliMpRowPainter& right);
+  /// Not implemented
+  AliMpRowPainter&  operator = (const AliMpRowPainter& right);
+
+  AliMpRow *fRow; ///< the row to paint
+  
   ClassDef(AliMpRowPainter,1) // Row painter
 };
 #endif //ALI_MP_ROW_PAINTER_H