Skip to content

Commit 0e6b298

Browse files
committed
restore
1 parent f2c4fd7 commit 0e6b298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ struct HfTaskLc {
962962
{
963963
runAnalysisPerCollisionData<false>(collisions, selectedLcCandidates);
964964
}
965-
PROCESS_SWITCH(HfTaskLc, processDataStd, "Process Data with the standard method", false);
965+
PROCESS_SWITCH(HfTaskLc, processDataStd, "Process Data with the standard method", true);
966966

967967
void processDataWithMl(Collisions const& collisions,
968968
LcCandidatesMl const& selectedLcCandidatesMl,
@@ -1015,7 +1015,7 @@ struct HfTaskLc {
10151015
{
10161016
runAnalysisPerCollisionDataWithUpc<true>(collisions, selectedLcCandidatesMl, bcs, ft0s, fv0as, fdds);
10171017
}
1018-
PROCESS_SWITCH(HfTaskLc, processDataWithMlWithUpc, "Process real data with the ML method with UPC", true);
1018+
PROCESS_SWITCH(HfTaskLc, processDataWithMlWithUpc, "Process real data with the ML method with UPC", false);
10191019

10201020
void processMcStd(CollisionsMc const& collisions,
10211021
LcCandidatesMc const& selectedLcCandidatesMc,

0 commit comments

Comments
 (0)