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 branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -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.
Finish editing this message first!
Please register or to comment