]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSectorPainter.h
Update HFE v2 analyses
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSectorPainter.h
index 10e1c0fb43acaabf2af6c7b5dc804bc4f0d381db..5009a76ce48e6a8e3a91e42109c80411f3afee3a 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 AliMpSectorPainter
-// ------------------------
-// Class for drawing a sector into canvas
-//
-// Authors: David Guez, IPN Orsay
+// $MpId: AliMpSectorPainter.h,v 1.8 2006/05/24 13:58:13 ivana Exp $
+
+/// \ingroup mpgraphics
+/// \class AliMpSectorPainter
+/// \brief Class for drawing a sector into canvas
+///
+/// \author David Guez, IPN Orsay
 
 #ifndef ALI_MP_SECTOR_PAINTER_H
 #define ALI_MP_SECTOR_PAINTER_H
@@ -27,12 +30,14 @@ class AliMpSectorPainter : public AliMpVPainter
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
 
- protected:
+ private:
+  /// Not implemented
   AliMpSectorPainter(const AliMpSectorPainter& right);
+  /// Not implemented
   AliMpSectorPainter&  operator = (const AliMpSectorPainter& right);
 
- private:
-  AliMpSector *fSector;          // the sector to draw
+  AliMpSector *fSector; ///< the sector to draw
+
   ClassDef(AliMpSectorPainter,1) // Sector painter
 };
 #endif //ALI_MP_SECTOR_PAINTER_H