We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a4cd4b + d295fcd commit 8b60896Copy full SHA for 8b60896
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx
@@ -274,7 +274,7 @@ struct LongrangeCorrelation {
274
auto x = chPos.X() + (*offsetFT0)[i].getX();
275
auto y = chPos.Y() + (*offsetFT0)[i].getY();
276
auto z = chPos.Z() + (*offsetFT0)[i].getZ();
277
- if (chno >= 96)
+ if (chno >= 96)
278
z = -z;
279
auto r = std::sqrt(x * x + y * y);
280
auto theta = std::atan2(r, z);
0 commit comments