Skip to content

Commit bcec1fa

Browse files
committed
Do not enable all process function by default
1 parent c6d6508 commit bcec1fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGUD/Tasks/ptSpectraInclusiveUpc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,11 @@ struct PtSpectraInclusiveUpc {
442442
}
443443
}
444444

445-
PROCESS_SWITCH(PtSpectraInclusiveUpc, processSim, "processSim", true);
445+
PROCESS_SWITCH(PtSpectraInclusiveUpc, processSim, "processSim", false);
446446

447447
PROCESS_SWITCH(PtSpectraInclusiveUpc, processReco, "processReco", true);
448448

449-
PROCESS_SWITCH(PtSpectraInclusiveUpc, processData, "processData", true);
449+
PROCESS_SWITCH(PtSpectraInclusiveUpc, processData, "processData", false);
450450
};
451451

452452
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)