From 86039257f283aba30604b78082cbc4eed328b68f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 5 Feb 2025 21:28:24 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/nucleiInJets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/nucleiInJets.cxx b/PWGLF/Tasks/Nuspex/nucleiInJets.cxx index 9e506d7e4de..ef7c5eadc8c 100644 --- a/PWGLF/Tasks/Nuspex/nucleiInJets.cxx +++ b/PWGLF/Tasks/Nuspex/nucleiInJets.cxx @@ -526,7 +526,7 @@ struct NucleiInJets { std::vector ue1; std::vector ue2; std::vector nParticlesInjet; - + do { double dijMin(1e+06), diBmin(1e+06); int iMin(0), jMin(0), iBmin(0); @@ -654,7 +654,7 @@ struct NucleiInJets { registryQC.fill(HIST("jet_ue_overlaps"), nJetsSelected, nOverlapsJetUe); registryQC.fill(HIST("ue_ue_overlaps"), nJetsSelected, nOverlapsUeUe); registryQC.fill(HIST("tot_overlaps"), nJetsSelected, nOverlapsTot); - + if (nJetsSelected > nJetsPerEventMax) return; registryData.fill(HIST("number_of_events_data"), 5.5);