From 11db828ee6ac60dad85b6c722fa0e55ac88bf989 Mon Sep 17 00:00:00 2001 From: Luigi Dello Stritto Date: Wed, 10 Sep 2025 13:16:17 +0200 Subject: [PATCH] remove collID from particle tree --- PWGHF/TableProducer/treeCreatorLcToK0sP.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorLcToK0sP.cxx b/PWGHF/TableProducer/treeCreatorLcToK0sP.cxx index 1e2b2484c13..e14b9182347 100644 --- a/PWGHF/TableProducer/treeCreatorLcToK0sP.cxx +++ b/PWGHF/TableProducer/treeCreatorLcToK0sP.cxx @@ -217,7 +217,6 @@ DECLARE_SOA_TABLE(HfCandCascFullEs, "AOD", "HFCANDCASCFULLE", collision::PosZ); DECLARE_SOA_TABLE(HfCandCascFullPs, "AOD", "HFCANDCASCFULLP", - collision::BCId, full::Pt, full::Eta, full::Phi, @@ -463,7 +462,6 @@ struct HfTreeCreatorLcToK0sP { for (const auto& particle : particles) { if (std::abs(particle.flagMcMatchGen()) == 1) { rowCandidateFullParticles( - particle.mcCollision().bcId(), particle.pt(), particle.eta(), particle.phi(),