Skip to content

Commit caf562f

Browse files
authored
Add files via upload
1 parent 8c19840 commit caf562f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx

Lines changed: 4 additions & 4 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

@@ -407,9 +407,9 @@ struct HfCorrelatorD0Hadrons {
407407

408408
if (correlateD0WithLeadingParticle) {
409409
if (track.globalIndex() != leadingIndex) {
410-
registry.fill(HIST("hTrackCounter"), 4); // fill no. of tracks have leading particle
411410
continue;
412411
}
412+
registry.fill(HIST("hTrackCounter"), 4); // fill no. of tracks have leading particle
413413
}
414414

415415
entryD0HadronPair(getDeltaPhi(track.phi(), candidate1.phi()),

0 commit comments

Comments
 (0)