]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifPainter.h
Adding new libraries
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifPainter.h
index 15b16d1a2ace32a8edfd64b51968c1a7b0a544f6..97430164f49fb568b095c452d1965a203d194bd2 100755 (executable)
 #include "AliMpVPainter.h"
 
 class AliMpMotifPosition;
+class AliMpMotifType;
 
 class AliMpMotifPainter : public AliMpVPainter
 {
  public:
   AliMpMotifPainter();
+  AliMpMotifPainter(AliMpMotifType* motifType);
   AliMpMotifPainter(AliMpMotifPosition *motifPos);
   virtual ~AliMpMotifPainter();
   
@@ -30,11 +32,15 @@ class AliMpMotifPainter : public AliMpVPainter
   virtual TVector2 GetDimensions() const;
 
  private:
+  /// Not implemented
   AliMpMotifPainter(const AliMpMotifPainter& right);
+  /// Not implemented
   AliMpMotifPainter&  operator = (const AliMpMotifPainter& right);
 
-  AliMpMotifPosition *fMotifPos; ///< the motif to draw
+  void PaintContour(Option_t* option, Bool_t fill);
 
+  AliMpMotifPosition *fMotifPos; ///< the motif to draw
+  
   ClassDef(AliMpMotifPainter,1) // Motif painter
 };
 #endif //ALI_MP_MOTIF_PAINTER_H