Skip to content

Commit

Permalink
Note that evtMax setting can be overridden by k4run.
Browse files Browse the repository at this point in the history
Clarification.
  • Loading branch information
scott-snyder authored and Zehvogel committed Dec 18, 2023
1 parent eeaec1b commit ecb6723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@
from Configurables import ApplicationMgr
ApplicationMgr( TopAlg = algList,
EvtSel = 'NONE',
EvtMax = 3,
EvtMax = 3, # Overridden by the --num-events switch to k4run
ExtSvc = svcList,
OutputLevel=WARNING
)

0 comments on commit ecb6723

Please sign in to comment.