From 8bc916022baeec145f179aa0e598fd451e3c967f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 12 Feb 2026 20:54:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/spectraTOF.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Nuspex/spectraTOF.cxx b/PWGLF/Tasks/Nuspex/spectraTOF.cxx index 5281214ced5..524b662b433 100644 --- a/PWGLF/Tasks/Nuspex/spectraTOF.cxx +++ b/PWGLF/Tasks/Nuspex/spectraTOF.cxx @@ -598,7 +598,7 @@ struct SpectraTOF { histos.add("MC/test/RecoEvs/pr/neg/prm/pt/numtof", "generated MC #bar{p} from recons. events", kTHnSparseD, {ptAxis, impParamAxis}); } } - auto hh = histos.add("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}}); + auto hh = histos.add("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}}); hh->GetXaxis()->SetBinLabel(1, "Collisions generated"); hh->GetXaxis()->SetBinLabel(2, "Collisions reconstructed"); hh->GetXaxis()->SetBinLabel(3, "INEL>0");