]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpZonePainter.h
add un-use functionality to clusters
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpZonePainter.h
index 66875c3c563f91c86cc0110bba3c2c4cf990431b..b31443d83b30c41ae5c6cba74f4fec3fe4b140bd 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 AliMpZonePainter
-// ----------------------
-// Class for drawing a zone into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpZonePainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup mpgraphics
+/// \class AliMpZonePainter
+/// \brief Class for drawing a zone into canvas
+///
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ZONE_PAINTER_H
 #define ALI_MP_ZONE_PAINTER_H
@@ -21,7 +24,7 @@ class AliMpZonePainter : public AliMpVPainter
   AliMpZonePainter(AliMpZone *zone);
   virtual ~AliMpZonePainter();
   
-  virtual void DumpObject(); //*MENU*
+  virtual void DumpObject(); //-MENU-
   virtual void Draw(Option_t *option);
   virtual void Paint(Option_t *option);
   // get/set methods
@@ -29,8 +32,15 @@ class AliMpZonePainter : public AliMpVPainter
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
   virtual Int_t DistancetoPrimitive(Int_t x, Int_t y);
+
  private: 
-  AliMpZone *fZone;            // the zone to draw
+  /// Not implemented
+  AliMpZonePainter(const AliMpZonePainter& right);
+  /// Not implemented
+  AliMpZonePainter&  operator = (const AliMpZonePainter& right);
+
+  AliMpZone *fZone; ///< the zone to draw
+
   ClassDef(AliMpZonePainter,1) // Zone painter
 };
 #endif //ALI_MP_ZONE_PAINTER_H