Skip to content
Snippets Groups Projects
hello_world.py 203 B
Newer Older
  • Learn to ignore specific revisions
  • from Gaudi.Configuration import *
    from Configurables import HelloWorld
    
    alg = HelloWorld()
    
    ApplicationMgr(
        EvtMax = 10,
        EvtSel = 'NONE',
        HistogramPersistency = 'NONE',
        TopAlg = [alg],
    )