]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpVPainter.h
Change a comment, and a tiny optimisation (Laurent)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpVPainter.h
index b24e830c71636d1a510a0d20e9be0edde027d0d7..146a30fcf6f08f447e293a6036c2073974e291f5 100755 (executable)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpVPainter.h,v 1.7 2006/05/23 13:07:35 ivana Exp $
+// $MpId: AliMpVPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
 
 /// \ingroup graphics
 /// \class AliMpVPainter
 /// \brief Abstract base class for drawing objects into canvas
 ///
-/// Authors: David Guez, IPN Orsay
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_V_PAINTER_H
 #define ALI_MP_V_PAINTER_H
@@ -51,13 +51,13 @@ class AliMpVPainter : public TObject
   static AliMpVPainter *CreatePainter(TObject *object);
 
  protected:
-  AliMpVPainter(const AliMpVPainter& right);
-  AliMpVPainter&  operator = (const AliMpVPainter& right);
-  
   void AddPainter(AliMpVPainter *painter);
   AliMpVPainter *DrawObject(TObject *object,Option_t *option="");
 
  private:
+  AliMpVPainter(const AliMpVPainter& right);
+  AliMpVPainter&  operator = (const AliMpVPainter& right);
+
   Int_t fColor;            ///< color
   TVector2 fPadPosition;   ///< position inside the graphics pad
   TVector2 fPadDimensions; ///< dimensions inside the graphics pad