]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpZonePainter.h
Updates (N. Bastid)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpZonePainter.h
index d8e7a0e087e643905506f60d806b4390cfbe289b..dd7177409081e82a860f6743566c6fcf0e670d55 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
 /// \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
@@ -38,7 +38,8 @@ class AliMpZonePainter : public AliMpVPainter
   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