]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSubZonePainter.h
Fixing Doxygen warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSubZonePainter.h
index 0696402f04bcbcbd515ff79e3291cf2732ae4aa7..53e0711c42d4230c606486b1309253712dc27c53 100755 (executable)
@@ -2,16 +2,16 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpSubZonePainter.h,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpSubZonePainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
 
-/// \ingroup graphics
+/// \ingroup mpgraphics
 /// \class AliMpSubZonePainter
 /// \brief Class for drawing a subzone into canvas
 ///
-/// Authors: David Guez, IPN Orsay
+/// \author David Guez, IPN Orsay
 
-#ifndef ALI_MP_SUBZONE_PAINTER_H
-#define ALI_MP_SUBZONE_PAINTER_H
+#ifndef ALI_MP_SUB_ZONE_PAINTER_H
+#define ALI_MP_SUB_ZONE_PAINTER_H
 
 #include "AliMpVPainter.h"
 
@@ -32,12 +32,14 @@ class AliMpSubZonePainter : public AliMpVPainter
   virtual TVector2 GetDimensions() const;
   virtual Int_t DistancetoPrimitive(Int_t x, Int_t y);
 
- protected:
+ private: 
+  /// Not implemented
   AliMpSubZonePainter(const AliMpSubZonePainter& right);
+  /// Not implemented
   AliMpSubZonePainter&  operator = (const AliMpSubZonePainter& right);
 
- private: 
-  AliMpSubZone *fSubZone;         // the subzone to draw
+  AliMpSubZone *fSubZone; ///< the subzone to draw
+
   ClassDef(AliMpSubZonePainter,1) // SubZone painter
 };
-#endif //ALI_MP_SUBZONE_PAINTER_H
+#endif //ALI_MP_SUB_ZONE_PAINTER_H