The Gaudi Framework  v36r1 (3e2fb5a8)
basic.py
Go to the documentation of this file.
1 
11 from Gaudi.Configuration import DEBUG
12 from Configurables import ApplicationMgr
13 from Configurables import Gaudi__Examples__OpenCLAlg as OpenCLAlg
14 
15 alg = OpenCLAlg('OpenCLAlg', OutputLevel=DEBUG)
16 
17 ApplicationMgr(TopAlg=[alg], EvtSel='NONE', EvtMax=5)
Gaudi.Configuration
Definition: Configuration.py:1