From 21d1681b664494a6e2eb5f8bdb6f6a1059e60d6b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 6 Mar 2026 11:11:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/antinucleiInJets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx index f42cce1f82c..42fad20fff2 100644 --- a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx +++ b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx @@ -2483,7 +2483,7 @@ struct AntinucleiInJets { // Fill histograms (TPC and TOF) only for selected candidates if (passedItsPidProt && nsigmaTPCPr > minNsigmaTpc && nsigmaTPCPr < maxNsigmaTpc) { registryMC.fill(HIST("antiproton_rec_tpc_jet"), pt, weightJet); - + // Fill histograms for reconstructed antiprotons for closure test if (isPseudoData) { registryMC.fill(HIST("antiproton_rec_tpc_jet_data"), pt); @@ -2493,7 +2493,7 @@ struct AntinucleiInJets { if (track.hasTOF() && nsigmaTOFPr > minNsigmaTof && nsigmaTOFPr < maxNsigmaTof) { registryMC.fill(HIST("antiproton_rec_tof_jet"), pt, weightJet); - + // Fill histograms for reconstructed antiprotons for closure test if (isPseudoData) { registryMC.fill(HIST("antiproton_rec_tof_jet_data"), pt);