"git@code.ihep.ac.cn:cinema-developers/xerces-c.git" did not exist on "2258ebdada1b5adf36a9aabb0ee42c852aa28eec"
Newer
Older
#!/usr/bin/env python
from Gaudi.Configuration import *
from Configurables import HelloAlg
helloalg = HelloAlg("helloAlg")
helloalg.MyInt = 42
# ApplicationMgr
from Configurables import ApplicationMgr
ApplicationMgr( TopAlg = [helloalg],
EvtSel = 'NONE',
EvtMax = 10,
)