/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

main.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 if '__main__' == __name__:
00004 
00005     from GaudiPython import AppMgr
00006     app = AppMgr()
00007     app.EvtSel = "NONE"
00008     #    app.run(tg.nevents)
00009     
00010     msv = app.service('MessageSvc')
00011     msv.OutputLevel = 2
00012     
00013     #########
00014     app.TopAlg += [ "Gnrtr/gunGenerator" ]
00015     from gun import *
00016     #print " GtGenerator"
00017     gunGenerator()
00018 
00019     app.TopAlg += [ "Gnrtr/gunGenerator2" ]
00020     from gun2 import *
00021     #print " GtGenerator2"
00022     gunGenerator2()
00023 
00024     app.TopAlg += [ "Gnrtr/Co60" ]
00025     from Co60 import *
00026     #print " GtGenerator2"
00027     Co60()
00028                  
00029     
00030     events=2
00031     app.run(events)
00032                                             
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:20:44 for Gnrtr by doxygen 1.7.4