ATLAS Offline Software
AthExHiveOpts_Serial.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 #
4 
5 import AthenaCommon.AtlasUnixGeneratorJob
6 
7 # Full job is a list of algorithms
8 from AthenaCommon.AlgSequence import AlgSequence
9 job = AlgSequence()
10 
11 from AthExHive.AthExHiveConf import *
12 job+=HiveAlgA(OutputLevel=DEBUG,Time=20)
13 job+=HiveAlgB(OutputLevel=DEBUG,Time=10)
14 job+=HiveAlgC(OutputLevel=DEBUG,Time=190)
15 job+=HiveAlgD(OutputLevel=DEBUG,Time=10)
16 job+=HiveAlgE(OutputLevel=DEBUG,Time=30)
17 job+=HiveAlgG(OutputLevel=DEBUG,Time=10)
18 job+=HiveAlgF(OutputLevel=DEBUG,Time=30)
19 
20 job+=HiveAlgV(OutputLevel=DEBUG,Time=30)
21 job.HiveAlgV.Key_RV = [ "a1", "a2", "d1", "e1", "c1" ]
22 
23 
24 #from StoreGate.StoreGateConf import StoreGateSvc
25 #svcMgr.StoreGateSvc.Dump=True
26 
27 #--------------------------------------------------------------
28 # Event related parameters
29 #--------------------------------------------------------------
30 theApp.EvtMax = 10
31 
HiveAlgF
Definition: HiveAlgF.h:20
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
HiveAlgE
Definition: HiveAlgE.h:21
HiveAlgB
Definition: HiveAlgB.h:23
AthExHiveConf
HiveAlgD
Definition: HiveAlgD.h:21
HiveAlgA
Definition: HiveAlgA.h:23
HiveAlgV
Definition: HiveAlgV.h:21
HiveAlgC
Definition: HiveAlgC.h:21
HiveAlgG
Definition: HiveAlgG.h:21