From 28757c872d276c754e839d19eb0e34ac40c595c2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 13 Jan 2025 11:57:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/eseTableProducer.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/TableProducer/eseTableProducer.cxx b/Common/TableProducer/eseTableProducer.cxx index 841816712b2..b4256e4ae8f 100644 --- a/Common/TableProducer/eseTableProducer.cxx +++ b/Common/TableProducer/eseTableProducer.cxx @@ -193,7 +193,7 @@ struct EseTableProducer { const float centrality = collision.centFT0C(); float counter{0.5}; registry.fill(HIST("hESEstat"), counter++); - + std::unordered_map*> vMap{ {"FT0C", &qnpFT0C}, {"FT0A", &qnpFT0A}, @@ -221,7 +221,6 @@ struct EseTableProducer { } } } - }; void processESE(CollWithMults::iterator const& collision, aod::BCsWithTimestamps const&, aod::FV0As const&, aod::FT0s const&)