Skip to content

Commit 57da36a

Browse files
authored
Revert "[PWGCF] FemtoUniverse: Fixing the bug in phi calculation at R (#12315)"
This reverts commit febce25.
1 parent b3fc8e2 commit 57da36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ class FemtoUniverseDetaDphiStar
621621
for (size_t i = 0; i < 9; i++) {
622622
double arg = 0.3 * charge * magfield * TmpRadiiTPC[i] * 0.01 / (2. * pt);
623623
if (std::abs(arg) < 1.0) {
624-
tmpVec.push_back(phi0 + std::asin(arg));
624+
tmpVec.push_back(phi0 - std::asin(arg));
625625
} else {
626626
tmpVec.push_back(999.0);
627627
}

0 commit comments

Comments
 (0)