Skip to content

Commit 11db828

Browse files
author
Luigi Dello Stritto
committed
remove collID from particle tree
1 parent b178c96 commit 11db828

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/TableProducer/treeCreatorLcToK0sP.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ DECLARE_SOA_TABLE(HfCandCascFullEs, "AOD", "HFCANDCASCFULLE",
217217
collision::PosZ);
218218

219219
DECLARE_SOA_TABLE(HfCandCascFullPs, "AOD", "HFCANDCASCFULLP",
220-
collision::BCId,
221220
full::Pt,
222221
full::Eta,
223222
full::Phi,
@@ -463,7 +462,6 @@ struct HfTreeCreatorLcToK0sP {
463462
for (const auto& particle : particles) {
464463
if (std::abs(particle.flagMcMatchGen()) == 1) {
465464
rowCandidateFullParticles(
466-
particle.mcCollision().bcId(),
467465
particle.pt(),
468466
particle.eta(),
469467
particle.phi(),

0 commit comments

Comments
 (0)