| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Alg1.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 import GaudiPython as gm
00003 g = gm.AppMgr()
00004 g.Dlls += ['Alg1']
00005 g.TopAlg = ['Alg1']
00006 g.EvtMax = 5
00007 g.EvtSel ="NONE"
00008 
00009 a1 = g.algorithm('Alg1')
00010 
00011 msv = g.service('MessageSvc')
00012 msv.OutputLevel = 3
00013 g.initialize()
00014 g.run( g.EvtMax )
00015 g.exit()
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:37:09 2011 for Alg1 by doxygen 1.4.7