]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRowSegmentPainter.h
Option for customized binning (as in AliUEHist), EventMixing binning now derived...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRowSegmentPainter.h
index e86dc6cf708a9f68f8049475f315b4f6183df1ae..47c439df5f50d5f92636ada8c04f8f5293e8eda3 100755 (executable)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpRowSegmentPainter.h,v 1.7 2006/05/23 13:07:35 ivana Exp $
+// $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
 ///
-/// Authors: David Guez, IPN Orsay
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ROW_SEGMENT_PAINTER_H
 #define ALI_MP_ROW_SEGMENT_PAINTER_H
@@ -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