ATLAS Offline Software
Control
AthenaExamples
AthExSYCL
share
AthExSYCL/share/LinearTransformExample_jobOptions.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
#
3
# "Standalone" jobOptions for running AthSYCL::LinearTransformExampleAlg.
4
#
5
6
# Set up / access the algorithm sequence.
7
from
AthenaCommon.AlgSequence
import
AlgSequence
8
algSequence =
AlgSequence
()
9
10
# Add the algorithm to the sequence.
11
from
AthExSYCL.AthExSYCLConf
import
AthSYCL__LinearTransformExampleAlg
12
algSequence += AthSYCL__LinearTransformExampleAlg( OutputLevel = DEBUG )
13
14
# Run for 10 "events".
15
theApp.EvtMax = 10
python.AlgSequence.AlgSequence
AlgSequence
Definition:
PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
Generated on Mon Mar 10 2025 21:14:16 for ATLAS Offline Software by
1.8.18