Skip to content

Commit 07dcf58

Browse files
authored
Add files via upload
1 parent c40a73e commit 07dcf58

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,11 @@ struct HfCorrelatorD0Hadrons {
406406
}
407407

408408
if (correlateD0WithLeadingParticle) {
409-
if (track.globalIndex() != leadingIndex)
409+
if (track.globalIndex() != leadingIndex) {
410+
registry.fill(HIST("hTrackCounter"), 4); // fill no. of tracks have leading particle
410411
continue;
412+
}
411413
}
412-
registry.fill(HIST("hTrackCounter"), 4); // fill no. of tracks have leading particle
413414

414415
entryD0HadronPair(getDeltaPhi(track.phi(), candidate1.phi()),
415416
track.eta() - candidate1.eta(),

0 commit comments

Comments
 (0)