From 8fdcafe85ccc4a088c34c7a91baa1dfc6d833c24 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 23 Jul 2025 09:36:54 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx index 6e769c19e16..f522e9bf0b3 100644 --- a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx +++ b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx @@ -166,7 +166,7 @@ struct DndetaMFTPbPb { double mMinSeconds{-1.}; std::unordered_map gHadronicRate; ctpRateFetcher rateFetcher; - TH2* gCurrentHadronicRate; + TH2* gCurrentHadronicRate; /// @brief init function, definition of histograms void init(InitContext&) @@ -929,7 +929,7 @@ struct DndetaMFTPbPb { } gCurrentHadronicRate = gHadronicRate[mRunNumber]; } - + template bool isGoodEvent(C const& collision) { @@ -1130,7 +1130,7 @@ struct DndetaMFTPbPb { return; } gCurrentHadronicRate->Fill(seconds, ir); - } + } auto z = collision.posZ(); if constexpr (has_reco_cent) { @@ -1178,8 +1178,8 @@ struct DndetaMFTPbPb { return; } gCurrentHadronicRate->Fill(seconds, ir); - } - + } + auto z = collision.posZ(); if constexpr (has_reco_cent) { registry.fill(HIST("Events/Centrality/Selection"), 2., c, occ);