Skip to content

Commit 8961498

Browse files
author
Zuzanna Chochulska
committed
fix: add filling for the new histogram
1 parent f90da08 commit 8961498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ class FemtoUniverseContainer
204204
if (use3dplots) {
205205
mHistogramRegistry->fill(HIST(FolderSuffix[EventType]) + HIST(o2::aod::femtouniverse_mc_particle::MCTypeName[mc]) + HIST("/relPairkstarmTMult"), femtoObs, mT, mult, weight);
206206
}
207+
if (DoContainer) {
208+
mHistogramRegistry->fill(HIST(FolderSuffix[EventType]) + HIST(o2::aod::femtouniverse_mc_particle::MCTypeName[mc]) + HIST("/CorrelationContainer"), deltaPhi, deltaEta, FemtoUniverseMath::getMinv(part1, mMassOne, part2, mMassTwo), part1.pt(), part2.pt(), weight);
209+
}
207210
}
208211

209212
/// Called by setPair only in case of Monte Carlo truth

0 commit comments

Comments
 (0)