]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPCBPainter.h
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPCBPainter.h
index 1845ec929dc95c415bb3f0b89651af31e34afff8..d61a60e713634d31e6eb05c33da815d0aa615b4f 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
 ///
-/// \author Laurent Aphecetche
+//  Author: Laurent Aphecetche
 
 #ifndef ALIMPPCBPAINTER_H
 #define ALIMPPCBPAINTER_H
@@ -30,12 +30,13 @@ public:
   TVector2 GetDimensions() const;
   TVector2 GetPosition() const;
 
- protected:
+ private:
+  /// Not implemented
   AliMpPCBPainter(const AliMpPCBPainter& right);
+  /// Not implemented
   AliMpPCBPainter&  operator = (const AliMpPCBPainter& right);
-     
- private:
-  AliMpPCB* fPCB; //! PCB to be plotted.
+
+  AliMpPCB* fPCB; //!< PCB to be plotted.
 
   ClassDef(AliMpPCBPainter,1) // A painter for a PCB of stations 3,4,5
 };