]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowSegmentPainter.h
Fix for the problem during PbPb run of Nov 2010 (Indra)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowSegmentPainter.h
index 6f727f1d174fe934e71768d69e0bc5db5250a183..47c439df5f50d5f92636ada8c04f8f5293e8eda3 100755 (executable)
@@ -4,7 +4,7 @@
 // $Id$
 // $MpId: AliMpRowSegmentPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
 
-/// \ingroup graphics
+/// \ingroup mpgraphics
 /// \class AliMpRowSegmentPainter
 /// \brief Class for drawing a motif into canvas
 ///
@@ -30,11 +30,12 @@ class AliMpRowSegmentPainter : public AliMpVPainter
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
 
- protected:
+ private: 
+  /// Not implemented
   AliMpRowSegmentPainter(const AliMpRowSegmentPainter& right);
+  /// Not implemented
   AliMpRowSegmentPainter&  operator = (const AliMpRowSegmentPainter& right);
 
- private: 
   AliMpVRowSegment *fRowSegment; ///< the row segment to draw
 
   ClassDef(AliMpRowSegmentPainter,1) // Row Segment painter