From 0497c619e84cb963cd6d8d9a9a54fb6191d30fd3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 31 Mar 2026 09:31:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/sigma0builder.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx index 67f71342ec2..87170d35a97 100644 --- a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx +++ b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx @@ -56,8 +56,8 @@ #include #include #include -#include #include +#include using namespace o2; using namespace o2::framework; @@ -472,7 +472,7 @@ struct sigma0builder { histos.get(HIST("PhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(12, "TPCCR"); histos.get(HIST("PhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(13, "TPC NSigma"); - if (doprocessPCMVsEMCalQA){ + if (doprocessPCMVsEMCalQA) { histos.add("EMCalPhotonSel/hSelectionStatistics", "hSelectionStatistics", kTH1D, {axisCandSel}); histos.get(HIST("EMCalPhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(1, "No Sel"); histos.get(HIST("EMCalPhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(2, "Definition"); @@ -2786,7 +2786,7 @@ struct sigma0builder { } } } - } + } } }