Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-26 07:06:30

0001 from Gaudi.Configuration import *
0002 from Configurables import HelloWorld
0003 
0004 alg = HelloWorld()
0005 
0006 ApplicationMgr(
0007     EvtMax = 10,
0008     EvtSel = 'NONE',
0009     HistogramPersistency = 'NONE',
0010     TopAlg = [alg],
0011 )