Skip to content

Commit 37a78b1

Browse files
committed
Fix D0 UPC: Add UPC axes for non-ML UPC process
1 parent 651af9d commit 37a78b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ struct HfTaskD0 {
357357
axes.insert(axes.begin(), thnAxisBkgScore);
358358
}
359359
}
360-
if (doprocessDataWithDCAFitterNMlWithUpc) {
360+
if (doprocessDataWithDCAFitterNMlWithUpc || doprocessDataWithDCAFitterNWithUpc) {
361361
axes.push_back(thnAxisGapType);
362362
axes.push_back(thnAxisFT0A);
363363
axes.push_back(thnAxisFT0C);

0 commit comments

Comments
 (0)