From 0b28df832d9f21c4e01ccc658b769fea0be4ec6b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 12 Oct 2025 06:46:45 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx index d8ae498cbff..7a3f2903433 100644 --- a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx +++ b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx @@ -384,7 +384,7 @@ struct HfElectronSelectionWithTpcEmcal { int region = emcalRegion; registry.fill(HIST("hNevents"), region) - registry.fill(HIST("hNevents"), 1); + registry.fill(HIST("hNevents"), 1); // skip events with no clusters if (emcClusters.size() == 0 && skipNoEmcClusters) { @@ -580,11 +580,9 @@ struct HfElectronSelectionWithTpcEmcal { if (std::abs(mother.pdgCode()) == kEtaLocal || std::abs(mother.pdgCode()) == kPi0 || std::abs(mother.pdgCode()) == kGamma) { registry.fill(HIST("hMcgenAllNonHfeElectron"), particleMc.pt()); - auto const& gmother = mother.mothers_first_as(); // cases to consider: eta->e, eta->pi0->e, eta->gamma->e, eta->pi0->gamma->e, pi0->e, pi0->gamma->e - //================= eta->e ====================================== if (std::abs(mother.pdgCode()) == kEtaLocal) {