]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONManuPadPainter.h
Propagation of MC lables from hits up to AOD.(Philippe P.)
[u/mrichter/AliRoot.git] / MUON / AliMUONManuPadPainter.h
index e2f5e14850fa48814f0cefcda7a148153f9481b5..8c9cf99c0c3fe932957de21c1d75bdb819a877b4 100644 (file)
@@ -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: