Skip to content
Snippets Groups Projects
Commit 1ac0f30a authored by Marco Scodeggio's avatar Marco Scodeggio
Browse files

ART Minor Bug Correction: Set correct maximum number of events for joboptions

parent 4bc00e55
No related merge requests found
......@@ -20,7 +20,7 @@ job = CfgMgr.AthSequencer("AthAlgSeq")
job += CfgMgr.EgammaMonitoring('MonitoringAlg', sampleType = particleType)
theApp.EvtMax = 100000
theApp.EvtMax = 60000
outputFile = 'Nightly-monitoring_'+particleType+'.hist.root'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment