The Gaudi Framework  master (37c0b60a)
FSMCallbackTest.py
Go to the documentation of this file.
1 
11 from Gaudi.Configuration import ApplicationMgr
12 from Configurables import Gaudi__TestSuite__FSMCallbackTestAlgo as FSMCallbackTestAlgo
13 
14 alg = FSMCallbackTestAlgo("CallBackTestAlgo")
15 app = ApplicationMgr(EvtMax=5, EvtSel="NONE", TopAlg=[alg])
Gaudi.Configuration
Definition: Configuration.py:1