From 9b113d4a0360f23bebd7b0a51d0bf008fc4cf1a0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 14 Oct 2024 15:55:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/cascadeflow.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx index c345ef10c57..e027c951c1d 100644 --- a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx +++ b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx @@ -791,7 +791,7 @@ struct cascadeFlow { { pdgCode = 0; } - + /// Add some minimal cuts for single track variables (min number of TPC clusters) auto negExtra = casc.negTrackExtra_as(); auto posExtra = casc.posTrackExtra_as(); @@ -860,8 +860,9 @@ struct cascadeFlow { BDTresponse[0] = bdtScore[0][1]; BDTresponse[1] = bdtScore[1][1]; } - if (isStoreTrueCascOnly){ - if (pdgCode==0) continue; + if (isStoreTrueCascOnly) { + if (pdgCode == 0) + continue; } if (isSelectedCasc[0] || isSelectedCasc[1]) fillAnalysedTable(coll, casc, v2CSP, v2CEP, PsiT0C, BDTresponse[0], BDTresponse[1], pdgCode);