11 import AthenaCommon.AtlasUnixGeneratorJob
14 from AthenaCommon.AlgSequence
import AlgSequence
17 from AthExStoreGateExample.AthExStoreGateExampleConf
import \
18 AthEx__HandleTestAlg, AthEx__HandleTestTool1, AthEx__HandleTestTool2
21 topSeq += AthEx__HandleTestAlg (
'testalg1')
24 topSeq += AthEx__HandleTestAlg (
'testalg2',
25 Tool1 = AthEx__HandleTestTool2 (
'testool2'),
26 Tool2 = AthEx__HandleTestTool1 (
'testool1'))