We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f10de commit f667a33Copy full SHA for f667a33
PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h
@@ -910,7 +910,7 @@ class FemtoUniverseDetaDphiStar
910
double afsi1b = deltaphiconstFD * magfield * charge2 * chosenRadii / part2.pt();
911
double dphis = 0.0;
912
913
- if (std::abs(afsi0b) < 1.0 && std::abs(afsi0b) < 1.0) {
+ if (std::abs(afsi0b) < 1.0 && std::abs(afsi1b) < 1.0) {
914
dphis = part2.phi() - part1.phi() + std::asin(afsi1b) - std::asin(afsi0b);
915
}
916
return dphis;
0 commit comments