]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPCBPainter.h
adding switches for 2011 data and so that PID doesnt crash for local testing
[u/mrichter/AliRoot.git] / MUON / AliMUONPCBPainter.h
index 1b9d26790b41372b6ab0c89035b93cbd8e081a94..a15a12753264ba03e4d201700e2e03e4b03ea0fc 100644 (file)
@@ -19,6 +19,7 @@
 class AliMUONPCBPainter : public AliMUONVPainter
 {
 public:
+  AliMUONPCBPainter(TRootIOCtor* ioCtor);
   AliMUONPCBPainter();
   AliMUONPCBPainter(const AliMUONAttPainter& att, 
                     Int_t detElemId, 
@@ -39,9 +40,13 @@ public:
   TString Describe(const AliMUONVTrackerData& data, Int_t dataIndex,
                    Double_t, Double_t);
     
+  using AliMUONVPainter::PaintArea;
+  
   void PaintArea(const AliMUONVTrackerData& data, Int_t dataIndex,
                  Double_t min, Double_t max);
   
+  Bool_t IsIncluded() const;
+  
 private:
   Int_t fDetElemId; ///< Detection element this pcb is in
   Int_t fPCBIndex;  ///< Index of this PCB within the detection element