]> 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 653a96b047627c9436def984dadb7a9bd8006cf8..53e0711c42d4230c606486b1309253712dc27c53 100755 (executable)
@@ -1,14 +1,17 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: graphics
-//
-// Class AliMpSubZonePainter
-// -------------------------
-// Class for drawing a subzone into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpSubZonePainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup mpgraphics
+/// \class AliMpSubZonePainter
+/// \brief Class for drawing a subzone into canvas
+///
+/// \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"
 
@@ -29,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