From 7b7232e04962b4dce5ed6c6afb9c135dbdc52695 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 14 Nov 2025 14:24:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx index bad37b290f8..2c06a223b8e 100644 --- a/PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx @@ -563,7 +563,7 @@ struct HfCorrelatorDplusHadrons { if (std::abs(yD) >= yCandMax || particle1.pt() <= ptCandMin) { continue; } - std::vector listDaughters{}; + std::vector listDaughters{}; std::array const arrDaughDplusPDG = {+kPiPlus, -kKPlus, kPiPlus}; std::array prongsId{}; listDaughters.clear(); @@ -584,7 +584,7 @@ struct HfCorrelatorDplusHadrons { if (!isDaughtersOk) continue; // Skip this D+ candidate if any daughter fails eta cut counterDplusHadron++; - + registry.fill(HIST("hDplusBin"), poolBin); registry.fill(HIST("hPtCandMCGen"), particle1.pt()); registry.fill(HIST("hEtaMcGen"), particle1.eta());