Skip to content

Commit b0467f5

Browse files
authored
Add files via upload
1 parent caf562f commit b0467f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ struct HfCorrelatorD0Hadrons {
366366
registry.fill(HIST("hTrackCounter"), 1); // fill total no. of tracks
367367

368368
// Remove D0 daughters by checking track indices
369-
/* if ((candidate1.prong0Id() == track.globalIndex()) || (candidate1.prong1Id() == track.globalIndex())) {
370-
continue;
371-
}*/
369+
if ((candidate1.prong0Id() == track.globalIndex()) || (candidate1.prong1Id() == track.globalIndex())) {
370+
continue;
371+
}
372372
if (std::abs(track.dcaXY()) >= 1. || std::abs(track.dcaZ()) >= 1.)
373373
continue; // Remove secondary tracks
374374

0 commit comments

Comments
 (0)