Skip to content

Commit 1e40ec3

Browse files
authored
[PWGLF] Phi parametrizations were updated (#12320)
1 parent 9625ee3 commit 1e40ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGMM/UE/Tasks/dedxAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ struct DedxAnalysis {
146146
AxisSpec ptAxis = {binP, "pT (GeV/c)"};
147147
AxisSpec etaAxis{8, -0.8, 0.8, "#eta"};
148148
AxisSpec pAxis = {binP, "#it{p}/Z (GeV/c)"};
149-
fphiCutLow = new TF1("StandardPhiCutLow", "0.1/x/x+pi/18.0-0.025", 0, 50);
150-
fphiCutHigh = new TF1("StandardPhiCutHigh", "0.12/x+pi/18.0+0.035", 0, 50);
149+
fphiCutLow = new TF1("StandardPhiCutLow", "0.119297/x/x+pi/18.0-0.000379693", 0, 50);
150+
fphiCutHigh = new TF1("StandardPhiCutHigh", "0.16685/x+pi/18.0+0.00981942", 0, 50);
151151
if (calibrationMode) {
152152
// MIP for pions
153153
registryDeDx.add(

0 commit comments

Comments
 (0)