We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b4c37 commit 8fdacccCopy full SHA for 8fdaccc
1 file changed
PWGLF/Tasks/Strangeness/lambdapolsp.cxx
@@ -351,8 +351,8 @@ struct lambdapolsp {
351
if (sign == 0.0) // removing neutral particles
352
continue;
353
354
- auto ux = GetPhiInRange(TMath::Cos(track.phi()));
355
- auto uy = GetPhiInRange(TMath::Sin(track.phi()));
+ auto ux = TMath::Cos(GetPhiInRange(track.phi()));
+ auto uy = TMath::Sin(GetPhiInRange(track.phi()));
356
357
auto uxQxp = ux * qxZDCA;
358
auto uyQyp = uy * qyZDCA;
0 commit comments