ATLAS Offline Software
AthExHiveOpts_MP.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2024 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 SGComps.SGCompsConf import SGInputLoader
12 job += SGInputLoader(OutputLevel=INFO, ShowEventDump=False)
13 job.SGInputLoader.Load = { ('EventInfo','McEventInfo') }
14 
15 from xAODEventInfoCnv.xAODEventInfoCnvConf import xAODMaker__EventInfoCnvAlg
16 job += xAODMaker__EventInfoCnvAlg()
17 
18 from AthExHive.AthExHiveConf import *
19 job += HiveAlgA(OutputLevel=DEBUG,Time=20)
20 job += HiveAlgB(OutputLevel=DEBUG,Time=10)
21 job += HiveAlgC(OutputLevel=DEBUG,Time=190)
22 job += HiveAlgD(OutputLevel=DEBUG,Time=10)
23 job += HiveAlgE(OutputLevel=DEBUG,Time=30)
24 job += HiveAlgG(OutputLevel=DEBUG,Time=10)
25 job += HiveAlgF(OutputLevel=DEBUG,Time=30)
26 
27 #from StoreGate.StoreGateConf import StoreGateSvc
28 #svcMgr.StoreGateSvc.Dump=True
29 
30 #--------------------------------------------------------------
31 # Event related parameters
32 #--------------------------------------------------------------
33 theApp.EvtMax = 100
34 
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
HiveAlgC
Definition: HiveAlgC.h:21
HiveAlgG
Definition: HiveAlgG.h:21