]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSectorPainter.h
In SetNofManusPerModule(): return false if no action
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSectorPainter.h
index f523e799592f828c2f2e8946852340b68c8a5d39..9ca8dacaf2567fc32089df78d5b71d6605d5187a 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 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 graphics
+/// \class AliMpSectorPainter
+/// \brief Class for drawing a sector into canvas
+///
+/// \author David Guez, IPN Orsay
 
-#ifndef M_SECTOR_PAINTER_H
-#define M_SECTOR_PAINTER_H
+#ifndef ALI_MP_SECTOR_PAINTER_H
+#define ALI_MP_SECTOR_PAINTER_H
 
 #include "AliMpVPainter.h"
 
@@ -19,13 +22,22 @@ class AliMpSectorPainter : public AliMpVPainter
  public:
   AliMpSectorPainter();
   AliMpSectorPainter(AliMpSector *sector);
-  virtual void Draw(Option_t *option);
-  virtual void Paint(Option_t *option);
-  virtual void DumpObject(); // *MENU*
+  virtual ~AliMpSectorPainter();
+  
+  virtual void Draw(Option_t* option);
+  virtual void Paint(Option_t* /*option*/);
+  virtual void DumpObject(); // -MENU-
   virtual TVector2 GetPosition() const;
   virtual TVector2 GetDimensions() const;
+
  private:
-  AliMpSector *fSector;          // the sector to draw
+  /// Not implemented
+  AliMpSectorPainter(const AliMpSectorPainter& right);
+  /// Not implemented
+  AliMpSectorPainter&  operator = (const AliMpSectorPainter& right);
+
+  AliMpSector *fSector; ///< the sector to draw
+
   ClassDef(AliMpSectorPainter,1) // Sector painter
 };
-#endif //M_SECTOR_PAINTER_H
+#endif //ALI_MP_SECTOR_PAINTER_H