/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Control/BossCommon/BossCommon-01-04-19/share/Bes_Common.StandardJob.py

Go to the documentation of this file.
00001 #**************************************************************
00002 #
00003 # Common standard job options file
00004 #
00005 #==============================================================
00006 
00007 #--------------------------------------------------------------
00008 # General Application Configuration options
00009 #--------------------------------------------------------------
00010 
00011 # Add StoreGate to the list of external services
00012 theApp.ExtSvc = [ "ActiveStoreSvc", "StoreGateSvc/DetectorStore" ]
00013 
00014 #--------------------------------------------------------------
00015 # Declare standard services
00016 #--------------------------------------------------------------
00017 StoreGate     = Service( "StoreGateSvc" )
00018 DetectorStore = Service( "DetectorStore" )
00019 MessageSvc    = Service( "MessageSvc" )
00020 
00021 #--------------------------------------------------------------
00022 # Declare output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
00023 #--------------------------------------------------------------
00024 DEBUG   = 2
00025 INFO    = 3
00026 WARNING = 4
00027 ERROR   = 5
00028 FATAL   = 6
00029 
00030 #--------------------------------------------------------------
00031 # Declare booleans
00032 #--------------------------------------------------------------
00033 TRUE  = 1
00034 FALSE = 0
00035 
00036 #==============================================================
00037 #
00038 # End of Unix common job options file
00039 #
00040 #**************************************************************

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