]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSlatPainter.h
Go from pointer to ifstream to ifstream.
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSlatPainter.h
index abcbc8ef31c1d035c46211248d12bf63da7e34d1..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
@@ -34,13 +34,13 @@ class AliMpSlatPainter : public AliMpVPainter
 
   void Paint(Option_t* option);
 
- protected:
+ private:
+  /// Not implemented
   AliMpSlatPainter(const AliMpSlatPainter& right);
+  /// Not implemented
   AliMpSlatPainter&  operator = (const AliMpSlatPainter& right);
-     
-  
- private:
-  const AliMpSlat* fkSlat; //! pointer to the slat to be drawn
+
+  const AliMpSlat* fkSlat; //!< pointer to the slat to be drawn
 
   ClassDef(AliMpSlatPainter,1) // A painter for a slat of stations 3,4,5
 };