]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPCBPainter.h
Fixing minor bug recognizing diffractive events in simulation
[u/mrichter/AliRoot.git] / MUON / AliMUONPCBPainter.h
index 603494f7db523dbe4ab5943fdc3dc06f2aa241db..a15a12753264ba03e4d201700e2e03e4b03ea0fc 100644 (file)
@@ -19,6 +19,7 @@
 class AliMUONPCBPainter : public AliMUONVPainter
 {
 public:
+  AliMUONPCBPainter(TRootIOCtor* ioCtor);
   AliMUONPCBPainter();
   AliMUONPCBPainter(const AliMUONAttPainter& att, 
                     Int_t detElemId, 
@@ -36,9 +37,16 @@ public:
   void ComputeDataRange(const AliMUONVTrackerData& data, Int_t dataIndex, 
                         Double_t& dataMin, Double_t& dataMax) const;
   
+  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