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 b3fc8e2 commit 57da36aCopy full SHA for 57da36a
PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h
@@ -621,7 +621,7 @@ class FemtoUniverseDetaDphiStar
621
for (size_t i = 0; i < 9; i++) {
622
double arg = 0.3 * charge * magfield * TmpRadiiTPC[i] * 0.01 / (2. * pt);
623
if (std::abs(arg) < 1.0) {
624
- tmpVec.push_back(phi0 + std::asin(arg));
+ tmpVec.push_back(phi0 - std::asin(arg));
625
} else {
626
tmpVec.push_back(999.0);
627
}
0 commit comments