From 989429316ca1e94baa65639247010706b3ae051f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 15 Jun 2023 14:16:26 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskD0.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/D2H/Tasks/taskD0.cxx b/PWGHF/D2H/Tasks/taskD0.cxx index f901800a613..5eb44e58133 100644 --- a/PWGHF/D2H/Tasks/taskD0.cxx +++ b/PWGHF/D2H/Tasks/taskD0.cxx @@ -233,9 +233,9 @@ struct HfTaskD0 { // Get the corresponding MC particle. auto indexMother = RecoDecay::getMother(particlesMC, candidate.prong0_as().mcParticle_as>(), pdg::Code::kD0, true); auto particleMother = particlesMC.rawIteratorAt(indexMother); - auto ptGen = particleMother.pt(); // gen. level pT + auto ptGen = particleMother.pt(); // gen. level pT auto yGen = RecoDecay::y(array{particleMother.px(), particleMother.py(), particleMother.pz()}, RecoDecay::getMassPDG(particleMother.pdgCode())); // gen. level y - registry.fill(HIST("hPtGenSig"), ptGen); // gen. level pT + registry.fill(HIST("hPtGenSig"), ptGen); // gen. level pT auto ptRec = candidate.pt(); auto yRec = yD0(candidate); if (candidate.isRecoHfFlag() >= selectionFlagHf) {