From 79d7165977b1db795c61ef8933af13c10287d8b3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 1 May 2024 12:16:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskCharmPolarisation.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx index 42d202a2720..3f23ff58f3f 100644 --- a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx +++ b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx @@ -607,7 +607,8 @@ struct TaskPolarisationCharmHadrons { /// \param numPvContributors is the number of PV contributors /// \param nCands is the number of candidates associated to a collision /// \param nCandsInMass is the number of candidates in the signal mass region associated to a colslision - void fillMultHistos(int numPvContributors, int nCands, int nCandsInMass) { + void fillMultHistos(int numPvContributors, int nCands, int nCandsInMass) + { registry.fill(HIST("hNumPvContributorsAll"), numPvContributors); if (nCands > 0) { registry.fill(HIST("hNumPvContributorsCand"), numPvContributors); @@ -631,7 +632,7 @@ struct TaskPolarisationCharmHadrons { return true; } } - + return false; }