]> 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 84f726dd5985e3c812d7f0f870e22581911f61ce..47c439df5f50d5f92636ada8c04f8f5293e8eda3 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 AliMpRowSegmentPainter
-// ----------------------------
-// Class for drawing a motif into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpRowSegmentPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup mpgraphics
+/// \class AliMpRowSegmentPainter
+/// \brief Class for drawing a motif into canvas
+///
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ROW_SEGMENT_PAINTER_H
 #define ALI_MP_ROW_SEGMENT_PAINTER_H
@@ -27,12 +30,14 @@ 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
+  AliMpVRowSegment *fRowSegment; ///< the row segment to draw
+
   ClassDef(AliMpRowSegmentPainter,1) // Row Segment painter
 };
 #endif //ALI_MP_ROW_SEGMENT_PAINTER_H