ATLAS Offline Software
DecorHandleTest_jobOptions.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 #
4 # File: AthExStoreGateExample/share/HandleTest_jobOptions.py
5 # Author: Frank Winklmeier
6 # Date: July, 2022
7 # Brief: Test for DecorHandleKey depending on a regular handle key
8 #
9 
10 import AthenaCommon.AtlasUnixGeneratorJob
11 theApp.EvtMax = 1
12 
13 from AthenaCommon.AlgSequence import AlgSequence
14 topSeq = AlgSequence()
15 
16 from AthExStoreGateExample.AthExStoreGateExampleConf import (
17  AthEx__HandleTestAlg, AthEx__HandleTestTool3 )
18 
19 topSeq += AthEx__HandleTestAlg ('testalg',
20  Tool1 = AthEx__HandleTestTool3 ('testool',
21  RHKey="myrcont",
22  RDecorKey="myrdecor",
23  WHKey="mywcont",
24  WDecorKey="mywdecor",
25  WDecorKey2="mywdecor2"))
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7