From 8474fcb32aabb14870bcf9fa5edca3ceba503869 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 24 Apr 2026 08:08:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskCharmPolarisation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx index cbcc36cc217..110669b5810 100644 --- a/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx +++ b/PWGHF/D2H/Tasks/taskCharmPolarisation.cxx @@ -2337,7 +2337,7 @@ struct HfTaskCharmPolarisation { nMuons = 0; } } - + if (activateTHnSparseCosThStarEP) { if constexpr (WithEp && !DoMc) { // EP analysis for data @@ -2351,7 +2351,7 @@ struct HfTaskCharmPolarisation { fillRecoHistos(invMassCharmHadForSparse, ptCharmHad, numPvContributors, rapidity, invMassD0, invMassKPiLc, cosThetaStarEP, phiEP, outputMl, isRotatedCandidate, origin, ptBhadMother, resoChannelLc, absEtaTrackMin, numItsClsMin, numTpcClsMin, charge, nMuons, partRecoDstar, centrality); } if (DoMc) { - //EP analysis for MC + // EP analysis for MC double const deltaPhi = sampleDeltaPhi(ptCharmHad); double psi = candidate.phi() - deltaPhi; ROOT::Math::XYZVector qVecNorm = ROOT::Math::XYZVector(-std::sin(psi), std::cos(psi), 0.f);