/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/InstallArea/share/Bes_Gen.UnixStandardJob.py

Go to the documentation of this file.
00001 # File: Bes_Gen.UnixStandardJob.py
00002 # Modified by: Wim Lavrijsen (Wim.Lavrijsen@cern.ch)
00003 
00004 # Unix standard job options file for generated data
00005 
00006 ### 'setup()' is only defined if this file is called from boss.py
00007 try:
00008    theApp.setup( MONTECARLO )
00009 except TypeError:
00010  # general application configuration options
00011    execfile( "Bes_Common.StandardJob.py" )
00012 
00013    theApp.ExtSvc += [ "McCnvSvc" ]
00014    McCnvSvc       = Service( "McCnvSvc" )
00015 
00016  # persistency services
00017    EventPersistencySvc = Service( "EventPersistencySvc" )
00018    EventPersistencySvc.CnvServices = [ "McCnvSvc" ]

Generated on Tue Nov 29 22:57:58 2016 for BOSS_7.0.2 by  doxygen 1.4.7