Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion StandardConfig/production/ILDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def get_cms_energy_config(
auditorSvc.Auditors = [AlgTimingAuditor()]

app_mgr = ApplicationMgr(
TopAlg=algList, EvtSel="NONE", EvtMax=3, ExtSvc=svcList, OutputLevel=INFO
TopAlg=algList, EvtSel="NONE", EvtMax=-1, ExtSvc=svcList, OutputLevel=INFO
)

app_mgr.AuditAlgorithms = True
Expand Down
2 changes: 1 addition & 1 deletion StandardConfig/production/ddsim_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
## Macro file to execute for runType 'run' or 'vis'
SIM.macroFile = ""
## number of events to simulate, used in batch mode
SIM.numberOfEvents = 3
SIM.numberOfEvents = -1
## Outputfile from the simulation,only lcio output is supported
SIM.outputFile = "dummyOutput.slcio"
## Physics list to use in simulation
Expand Down
Loading