Skip to content

Commit 177a5bf

Browse files
committed
Set the switch back to true
1 parent f119bf9 commit 177a5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ struct HfTaskFlowCharmHadrons {
663663
{
664664
runFlowAnalysis<DecayChannel::DplusToPiKPi>(collision, candidatesDplus);
665665
}
666-
PROCESS_SWITCH(HfTaskFlowCharmHadrons, processDplusMl, "Process Dplus candidates with ML", false);
666+
PROCESS_SWITCH(HfTaskFlowCharmHadrons, processDplusMl, "Process Dplus candidates with ML", true);
667667

668668
// Dplus with rectangular cuts
669669
void processDplus(CollsWithQvecs::iterator const& collision,
@@ -726,7 +726,7 @@ struct HfTaskFlowCharmHadrons {
726726
runFlowAnalysis<DecayChannel::XicToPKPi>(collision, candsXicToPKPiWMl);
727727
runFlowAnalysis<DecayChannel::XicToPiKP>(collision, candsXicToPiKPWMl);
728728
}
729-
PROCESS_SWITCH(HfTaskFlowCharmHadrons, processXicMl, "Process Xic candidates with ML", true);
729+
PROCESS_SWITCH(HfTaskFlowCharmHadrons, processXicMl, "Process Xic candidates with ML", false);
730730

731731
// Xic with rectangular cuts
732732
void processXic(CollsWithQvecs::iterator const& collision,

0 commit comments

Comments
 (0)