]> 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 d8e7a0e087e643905506f60d806b4390cfbe289b..b31443d83b30c41ae5c6cba74f4fec3fe4b140bd 100755 (executable)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpZonePainter.h,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpZonePainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
 
-/// \ingroup graphics
+/// \ingroup mpgraphics
 /// \class AliMpZonePainter
 /// \brief Class for drawing a zone into canvas
 ///
-/// Authors: David Guez, IPN Orsay
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_ZONE_PAINTER_H
 #define ALI_MP_ZONE_PAINTER_H
@@ -33,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