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);