]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSlatPainter.h
Removing a comma that gcc 3.4 does not like ;-)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSlatPainter.h
index 254ff6c828181d022c09d346b935908abe8bcd1c..35fa7dbc5662d02c3b74c7993d9b2bf39539935a 100644 (file)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpSlatPainter.h,v 1.6 2005/09/19 18:56:46 ivana Exp $
+// $MpId: AliMpSlatPainter.h,v 1.10 2006/05/24 13:58:13 ivana Exp $
 
-/// \ingroup graphics
+/// \ingroup mpgraphics
 /// \class AliMpSlatPainter
 /// \brief Class for drawing a slat into canvas
 ///
-/// Authors: Laurent Aphecetche
+//  Author: Laurent Aphecetche
 
 #ifndef ALIMPSLATPAINTER_H
 #define ALIMPSLATPAINTER_H
@@ -33,9 +33,14 @@ class AliMpSlatPainter : public AliMpVPainter
   void Draw(Option_t* option);
 
   void Paint(Option_t* option);
-  
+
  private:
-  const AliMpSlat* fkSlat;
+  /// Not implemented
+  AliMpSlatPainter(const AliMpSlatPainter& right);
+  /// Not implemented
+  AliMpSlatPainter&  operator = (const AliMpSlatPainter& right);
+
+  const AliMpSlat* fkSlat; //!< pointer to the slat to be drawn
 
   ClassDef(AliMpSlatPainter,1) // A painter for a slat of stations 3,4,5
 };