ATLAS Offline Software
Loading...
Searching...
No Matches
vp1batch.py
Go to the documentation of this file.
2if not 'vp1InputFile' in dir(): vp1InputFiles = []
3
4# customize the algorithm
5from VP1AlgsBatch.VP1AlgsBatchConf import VP1BatchOnLatestEvent
6VP1BatchOnLatestEvent.DestinationDirectory="atlasathome_test"
7VP1BatchOnLatestEvent.UseRandomVP1ConfigFile=True
8
9
10from AthenaCommon.AlgSequence import AlgSequence
11topSequence = AlgSequence()
12topSequence += VP1BatchOnLatestEvent()
13topSequence.TimeOut=0