Skip to content

Commit 94e5901

Browse files
authored
Update taskDplus.cxx
Minor fix in the filling of contributors
1 parent bf9cd9b commit 94e5901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,10 @@ struct HfTaskDplus {
565565
if (storeOccupancy && occEstimator != OccupancyEstimator::None) {
566566
occ = o2::hf_occupancy::getOccupancyColl(collision, occEstimator);
567567
}
568+
}
568569
if (storePvContributors) {
569570
numPvContr = collision.numContrib();
570571
}
571-
}
572-
573572
fillHisto(candidate);
574573
fillHistoMCRec<true>(candidate);
575574
fillSparseML<true, true>(candidate, ptBhad, flagBHad, cent, occ, numPvContr);

0 commit comments

Comments
 (0)