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 eb98f56 commit a9b9a19Copy full SHA for a9b9a19
PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h
@@ -580,7 +580,7 @@ class FemtoUniverseDetaDphiStar
580
for (size_t i = 0; i < 9; i++) {
581
double arg = 0.3 * charge * magfield * TmpRadiiTPC[i] * 0.01 / (2. * pt);
582
if (std::abs(arg) < 1.0) {
583
- tmpVec.push_back(phi0 - std::asin(arg));
+ tmpVec.push_back(phi0 + std::asin(arg));
584
} else {
585
tmpVec.push_back(999.0);
586
}
0 commit comments