Skip to content

Commit 290fef1

Browse files
[PWGHF] taskDplus: Fix minor bug in Process function for UPCs (#13957)
Co-authored-by: minjungkim12 <minjungkim12@users.noreply.github.com> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 97e5df0 commit 290fef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct HfTaskDplus {
230230
if (storeIR) {
231231
axes.push_back(thnAxisIR);
232232
}
233-
if (doprocessDataWithMlWithUpc) {
233+
if (doprocessDataWithMlWithUpc || doprocessDataWithUpc) {
234234
axes.push_back(thnAxisGapType);
235235
axes.push_back(thnAxisFT0A);
236236
axes.push_back(thnAxisFT0C);

0 commit comments

Comments
 (0)