We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06b9b2 commit 6cdceb3Copy full SHA for 6cdceb3
1 file changed
PWGHF/HFC/Tasks/taskFlow.cxx
@@ -3809,7 +3809,7 @@ struct HfTaskFlow {
3809
aod::McParticles const& mcParticles,
3810
SmallGroupMcCollisions const& collisions)
3811
{
3812
- if (!(nabs(mcCollision.posZ()) <= configCollision.zVertexMax)) {
+ if (!(std::abs(mcCollision.posZ()) <= configCollision.zVertexMax)) {
3813
return;
3814
}
3815
0 commit comments