ATLAS Offline Software
Loading...
Searching...
No Matches
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.
7from AthenaCommon.AlgSequence import AlgSequence
8algSequence = AlgSequence()
9
10# Add the algorithm to the sequence.
11from AthExSYCL.AthExSYCLConf import AthSYCL__LinearTransformExampleAlg
12algSequence += AthSYCL__LinearTransformExampleAlg( OutputLevel = DEBUG )
13
14# Run for 10 "events".
15theApp.EvtMax = 10