Skip to content

Commit 122fe0f

Browse files
fmazzascFrancesco Mazzaschi
andauthored
Fix process function for tracked MC candidates (#9793)
Co-authored-by: Francesco Mazzaschi <fmazzasc@alipap1.cern.ch>
1 parent 04613a1 commit 122fe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ struct hyperRecoTask {
256256
hEventsZorro->GetXaxis()->SetBinLabel(1, "Zorro before evsel");
257257
hEventsZorro->GetXaxis()->SetBinLabel(2, "Zorro after evsel");
258258

259-
if (doprocessMC) {
259+
if (doprocessMC || doprocessMCTracked) {
260260
hDecayChannel = qaRegistry.add<TH1>("hDecayChannel", ";Decay channel; ", HistType::kTH1D, {{2, -0.5, 1.5}});
261261
hDecayChannel->GetXaxis()->SetBinLabel(1, "2-body");
262262
hDecayChannel->GetXaxis()->SetBinLabel(2, "3-body");

0 commit comments

Comments
 (0)