Skip to content

Commit 3863460

Browse files
committed
Update eff parametrization
1 parent 97f380a commit 3863460

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGMM/UE/Tasks/uecharged.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ struct ueCharged {
170170
AxisSpec ptAxis = {ptBinning, "#it{p}_{T}^{assoc} (GeV/#it{c})"};
171171

172172
fEff.setObject(new TF1("fpara",
173-
"(x<0.3)*((0.315318)+x*(2.38596)+x*x*(-4.388)) +"
174-
"(x>=0.3&&x<1.8)*((0.604051)+(0.154763)*x+(-0.103004)*"
175-
"x*x+(0.0266487)*x*x*x) +"
176-
"(x>=1.8&&x<14.)*((0.700444)+(-0.00115506)*x+(0."
177-
"000667608)*x*x+(-3.82915e-05)*x*x*x) +"
178-
"(x>=14)*((0.731778)+(-0.000994634)*x)",
173+
"(x<0.3)*((0.402353)+x*(1.90824)+x*x*(-3.37295)) +"
174+
"(x>=0.3&&x<1.8)*((0.603846)+(0.30189)*x+(-0.240649)*"
175+
"x*x+(0.0635382)*x*x*x) +"
176+
"(x>=1.8&&x<14.)*((0.75982)+(-0.0241023)*x+"
177+
"(0.00560107)*x*x+(-0.00048451)*x*x*x+"
178+
"(1.43868e-05)*x*x*x*x)+(x>=14)*((0.755339)+(-0.000986326)*x)",
179179
0., 1e5));
180180

181181
if (doprocessMC || doprocessMCTrue) {

0 commit comments

Comments
 (0)