]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPCBPainter.h
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPCBPainter.h
index 11e09fcc71b274c636138ce9dea685f99ee3cffc..e4ac6661fea4fd9ea4dbced2b6bd4f5e19d0e00e 100644 (file)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpPCBPainter.h,v 1.3 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpPCBPainter.h,v 1.7 2006/05/24 13:58:13 ivana Exp $
 
 /// \ingroup graphics
 /// \class AliMpPCBPainter
 /// \brief Class for drawing a PCB into canvas
 ///
-/// Authors: Laurent Aphecetche
+//  Author: Laurent Aphecetche
 
 #ifndef ALIMPPCBPAINTER_H
 #define ALIMPPCBPAINTER_H
@@ -30,8 +30,12 @@ public:
   TVector2 GetDimensions() const;
   TVector2 GetPosition() const;
 
+ protected:
+  AliMpPCBPainter(const AliMpPCBPainter& right);
+  AliMpPCBPainter&  operator = (const AliMpPCBPainter& right);
+     
  private:
-  AliMpPCB* fPCB;
+  AliMpPCB* fPCB; //!< PCB to be plotted.
 
   ClassDef(AliMpPCBPainter,1) // A painter for a PCB of stations 3,4,5
 };