Skip to content

Commit ca6ee0e

Browse files
authored
[Common] Setting processRun2 to true by default (#11514)
1 parent 125d2de commit ca6ee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ struct LumiTask {
12231223
LOGP(debug, "Dummy process function for Run 2");
12241224
}
12251225

1226-
PROCESS_SWITCH(LumiTask, processRun2, "Process Run2 lumi task", false);
1226+
PROCESS_SWITCH(LumiTask, processRun2, "Process Run2 lumi task", true);
12271227

12281228
void processRun3(BCsWithBcSelsRun3 const& bcs, aod::FT0s const&)
12291229
{

0 commit comments

Comments
 (0)