The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
basic.py
Go to the documentation of this file.
11from Configurables import ApplicationMgr
12from Configurables import Gaudi__TestSuite__OpenCLAlg as OpenCLAlg
13from Gaudi.Configuration import DEBUG
14
15alg = OpenCLAlg("OpenCLAlg", OutputLevel=DEBUG)
16
17ApplicationMgr(TopAlg=[alg], EvtSel="NONE", EvtMax=5)
The Application Manager class.