X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONManuPadPainter.h;h=8c9cf99c0c3fe932957de21c1d75bdb819a877b4;hb=9785d5fb3aadb5b978174fd66f9f310c9ee0ce30;hp=e2f5e14850fa48814f0cefcda7a148153f9481b5;hpb=0145e89abcfc92979b59eb1e7514739f1f945d05;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONManuPadPainter.h b/MUON/AliMUONManuPadPainter.h index e2f5e14850f..8c9cf99c0c3 100644 --- a/MUON/AliMUONManuPadPainter.h +++ b/MUON/AliMUONManuPadPainter.h @@ -22,6 +22,7 @@ class AliMUONManuPadPainter : public AliMUONVPainter { public: + AliMUONManuPadPainter(TRootIOCtor* ioCtor); AliMUONManuPadPainter(); AliMUONManuPadPainter(const AliMUONVPainter& mother, Int_t detElemId, @@ -51,6 +52,13 @@ public: Double_t max); void PaintOutline(Int_t color=-1, Int_t width=-1, Double_t x=FLT_MAX, Double_t y=FLT_MAX); + + /// Whether this painter can be detached from the current view. + Bool_t CanBeDetached() const { return kFALSE; } + + virtual void DrawHistogramClone(Double_t* values=0x0) const; + + virtual Bool_t IsIncluded() const; private: