]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrDep/AliAnaPi0.h
adapt to updates in AliEMCALRecoUtils
[u/mrichter/AliRoot.git] / PWG4 / PartCorrDep / AliAnaPi0.h
index ed6e72e05b8289eba5ab554e57f040a05f61a624..1bcbcf088c620720e9dac8ee87512169ede2ffe9 100755 (executable)
@@ -159,6 +159,8 @@ class AliAnaPi0 : public AliAnaPartCorrBaseClass {
   void     SwitchOnConversionChecker()             { fCheckConversion = kTRUE  ; }
   void     SwitchOffConversionChecker()            { fCheckConversion = kFALSE ; }  
   
+  Double_t WeightPi0(Int_t pi0Id);
+  Int_t    GetMotherPi0Index(Int_t label);
   
   private:
   Bool_t   fDoOwnMix;            // Do combinatorial background not the one provided by the frame
@@ -318,6 +320,9 @@ class AliAnaPi0 : public AliAnaPartCorrBaseClass {
   TH2D *  fhMCPi0PtOrigin ;         //! Mass of reoconstructed pi0 pairs  in calorimeter vs mother
   TH2D *  fhMCEtaPtOrigin ;         //! Mass of reoconstructed pi0 pairs  in calorimeter vs mother
 
+  Int_t fFirstPi0;
+  Int_t fLastPi0;
+
   ClassDef(AliAnaPi0,18)
 } ;