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