]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowPainter.h
Adding option for ownership of objects in the map
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowPainter.h
index f08a7efb2e4a17566e01f2fd435f7d359bd36a38..c11f0b438457c77127a19ac32c323c5ef4c5b5ac 100755 (executable)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpRowPainter.h,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $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
 ///
-/// Authors: David Guez, IPN Orsay
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ROW_PAINTER_H
 #define ALI_MP_ROW_PAINTER_H
@@ -30,12 +30,12 @@ class AliMpRowPainter : public AliMpVPainter
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
 
- protected:
+ private: 
   AliMpRowPainter(const AliMpRowPainter& right);
   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