From 3863460076d7bf593fcc85ff2ae90301a4f7d6b7 Mon Sep 17 00:00:00 2001 From: jmunozme Date: Fri, 20 Feb 2026 17:58:14 -0600 Subject: [PATCH] Update eff parametrization --- PWGMM/UE/Tasks/uecharged.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGMM/UE/Tasks/uecharged.cxx b/PWGMM/UE/Tasks/uecharged.cxx index 69b4e46f713..56bd369a290 100644 --- a/PWGMM/UE/Tasks/uecharged.cxx +++ b/PWGMM/UE/Tasks/uecharged.cxx @@ -170,12 +170,12 @@ struct ueCharged { AxisSpec ptAxis = {ptBinning, "#it{p}_{T}^{assoc} (GeV/#it{c})"}; fEff.setObject(new TF1("fpara", - "(x<0.3)*((0.315318)+x*(2.38596)+x*x*(-4.388)) +" - "(x>=0.3&&x<1.8)*((0.604051)+(0.154763)*x+(-0.103004)*" - "x*x+(0.0266487)*x*x*x) +" - "(x>=1.8&&x<14.)*((0.700444)+(-0.00115506)*x+(0." - "000667608)*x*x+(-3.82915e-05)*x*x*x) +" - "(x>=14)*((0.731778)+(-0.000994634)*x)", + "(x<0.3)*((0.402353)+x*(1.90824)+x*x*(-3.37295)) +" + "(x>=0.3&&x<1.8)*((0.603846)+(0.30189)*x+(-0.240649)*" + "x*x+(0.0635382)*x*x*x) +" + "(x>=1.8&&x<14.)*((0.75982)+(-0.0241023)*x+" + "(0.00560107)*x*x+(-0.00048451)*x*x*x+" + "(1.43868e-05)*x*x*x*x)+(x>=14)*((0.755339)+(-0.000986326)*x)", 0., 1e5)); if (doprocessMC || doprocessMCTrue) {