]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/EMCALJetTasks/AliAnalysisTaskLocalRho.h
local rho: add non-poissonian estimate of bin error for dpt dphi histograms
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / AliAnalysisTaskLocalRho.h
index b3b24af9542071fb478041db73214e0d0538b500..09ff467963545f8e62ba53348caca84501fd85d1 100644 (file)
@@ -74,6 +74,7 @@ class AliAnalysisTaskLocalRho : public AliAnalysisTaskEmcalJet {
   void                    SetModulationFitOptions(TString opt)            {fFitModulationOptions = opt; }
   void                    SetReferenceDetector(detectorType type)         {fDetectorType = type; }
   void                    SetUsePtWeight(Bool_t w)                        {fUsePtWeight = w; }
+  void                    SetUsePtWeightErrorPropagation(Bool_t w)        {fUsePtWeightErrorPropagation = w;}
   void                    SetRunModeType(runModeType type)                {fRunModeType = type; }
   void                    SetForceAbsVnHarmonics(Bool_t f)                {fAbsVnHarmonics = f; }
   void                    SetExcludeLeadingJetsFromFit(Float_t n)         {fExcludeLeadingJetsFromFit = n; }
@@ -123,6 +124,7 @@ class AliAnalysisTaskLocalRho : public AliAnalysisTaskEmcalJet {
   fitModulationType       fFitModulationType;     // fit modulation type
   qcRecovery              fQCRecovery;            // recovery type for e-by-e qc method
   Bool_t                  fUsePtWeight;           // use dptdphi instead of dndphi
+  Bool_t                  fUsePtWeightErrorPropagation; // recalculate the bin error on the dpt dphi histogram
   detectorType            fDetectorType;          // type of detector used for modulation fit
   TString                 fFitModulationOptions;  // fit options for modulation fit
   runModeType             fRunModeType;           // run mode type