From 1ac977e7f39cf599f62866fa40effaab98c54586 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 24 Nov 2024 20:32:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx b/PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx index 2e2cc76be43..a5ddca0e9ce 100644 --- a/PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx +++ b/PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx @@ -1683,7 +1683,7 @@ struct isospin_fluctuation { if (ParticleList[jj] == ParticleList[ii]) { if (jj < ii) { break; - } // break if it was already counted + } // break if it was already counted nCommonCount++; // To Calculate no of times the entry was repeated } } @@ -2403,7 +2403,7 @@ struct isospin_fluctuation { nK0s++; } } // End of K0s loop - } // End of V0s Loop + } // End of V0s Loop nTrack = 0; int nRejectedPiPlus = 0; @@ -2602,7 +2602,7 @@ struct isospin_fluctuation { } recoAnalysis.fill(HIST("hTest"), nPion * nPion); } // collision loop ends - } // Process Function Ends + } // Process Function Ends }; WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)