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 4881473 commit 229233cCopy full SHA for 229233c
PWGCF/Femto3D/Core/femto3dPairTask.h
@@ -225,8 +225,9 @@ class FemtoPair
225
if (_first != NULL && _second != NULL) {
226
float dphi = _first->phiStar(_magfield1, radius) - _second->phiStar(_magfield2, radius);
227
return std::fabs(dphi) > o2::constants::math::PI ? (1.0 - 2.0 * o2::constants::math::PI / std::fabs(dphi)) * dphi : dphi;
228
- } else
+ } else {
229
return 1000;
230
+ }
231
}
232
float GetAvgPhiStarDiff() const;
233
0 commit comments