File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments