From 1aee35878d51b85d4b886ca87ae2b558f9e97ad3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Sep 2024 16:18:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorLcToPKPi.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx index 1e2263c8744..c85b0cf8098 100644 --- a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx +++ b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx @@ -251,7 +251,7 @@ DECLARE_SOA_TABLE(HfCandLcFullPs, "AOD", "HFCANDLCFULLP", full::Y, full::FlagMc, full::OriginMcGen); - // full::McParticleId); +// full::McParticleId); } // namespace o2::aod @@ -509,7 +509,7 @@ struct HfTreeCreatorLcToPKPi { RecoDecay::y(particle.pVector(), o2::constants::physics::MassLambdaCPlus), particle.flagMcMatchGen(), particle.originMcGen()); - // particle.globalIndex()); + // particle.globalIndex()); } } }