From ba6ae75ad502bd9dd70047e61a4f2b8744c8f9e1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 5 Oct 2025 06:35:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx b/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx index e6b7414ed73..a59f190eaca 100644 --- a/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx +++ b/PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx @@ -482,7 +482,7 @@ struct PiNucleiFemto { template bool selectionPIDPion(const Ttrack& candidate) { - if ( candidate.tpcChi2NCl() > settingCutChi2tpcHighPion ||candidate.tpcChi2NCl() < settingCutChi2tpcLowPion ||candidate.itsChi2NCl() > settingCutChi2NClITSPion) + if (candidate.tpcChi2NCl() > settingCutChi2tpcHighPion || candidate.tpcChi2NCl() < settingCutChi2tpcLowPion || candidate.itsChi2NCl() > settingCutChi2NClITSPion) return false; if (abs(candidate.dcaXY()) > settingCutPiDCAxyMin || abs(candidate.dcaZ()) > settingCutPiDCAzMin) return false;