]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpZonePainter.h
Removing a comma that gcc 3.4 does not like ;-)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpZonePainter.h
index c0ffda7bc89db285f3916aa4294673bb8e4ffb68..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
@@ -30,12 +33,14 @@ class AliMpZonePainter : public AliMpVPainter
   virtual TVector2 GetDimensions() const;
   virtual Int_t DistancetoPrimitive(Int_t x, Int_t y);
 
- protected:
+ private: 
+  /// Not implemented
   AliMpZonePainter(const AliMpZonePainter& right);
+  /// Not implemented
   AliMpZonePainter&  operator = (const AliMpZonePainter& right);
 
- private: 
-  AliMpZone *fZone;            // the zone to draw
+  AliMpZone *fZone; ///< the zone to draw
+
   ClassDef(AliMpZonePainter,1) // Zone painter
 };
 #endif //ALI_MP_ZONE_PAINTER_H