/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Control/BossCommon/BossCommon-01-04-19/share/Bes_TDR.UnixStandardJob.py

Go to the documentation of this file.
00001 # File: Bes_TDR.UnixStandardJob.py
00002 # Modified by: Wim Lavrijsen (Wim.Lavrijsen@cern.ch)
00003 
00004 ### 'setup()' is only defined if this file is called from boss.py
00005 try:
00006    theApp.setup( ZEBRA )
00007 except TypeError:
00008  # general application configuration options
00009    execfile( "Bes_Common.StandardJob.py" )
00010 
00011    theApp.Dlls   += [ "ZebraTDRCnv" ]
00012    theApp.ExtSvc += [ "ZebraTDRCnvSvc", "ZebraTDREventSelector/EventSelector" ]
00013    theApp.EvtSel  = "ZebraTDR"
00014 
00015    ZebraTDRCnvSvc = Service( "ZebraTDRCnvSvc" )
00016    EventSelector  = Service( "EventSelector" )
00017 
00018  # persistency services
00019    EventPersistencySvc = Service( "EventPersistencySvc" )
00020    EventPersistencySvc.CnvServices = [ "ZebraTDRCnvSvc" ]

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