The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
FSMCallbackTest.py
Go to the documentation of this file.
11from Gaudi.Configuration import ApplicationMgr
12from Configurables import Gaudi__TestSuite__FSMCallbackTestAlgo as FSMCallbackTestAlgo
13
14alg = FSMCallbackTestAlgo("CallBackTestAlgo")
15app = ApplicationMgr(EvtMax=5, EvtSel="NONE", TopAlg=[alg])
The Application Manager class.