/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/BesExamples/ExHelloWorld/ExHelloWorld-00-00-03/share/HelloWorldOptions.py

Go to the documentation of this file.
00001 ###############################################################
00002 #
00003 # Job options file
00004 #
00005 #==============================================================
00006 
00007 #--------------------------------------------------------------
00008 # ATLAS default Application Configuration options
00009 #--------------------------------------------------------------
00010 
00011 theApp.setup( MONTECARLO )
00012 
00013 #--------------------------------------------------------------
00014 # Private Application Configuration options
00015 #--------------------------------------------------------------
00016 
00017 #load relevant libraries
00018 theApp.Dlls += [ "ExHelloWorld" ]
00019 
00020 #top algorithms to be run
00021 theApp.TopAlg = [ "HelloWorld" ]
00022 HelloWorld = Algorithm( "HelloWorld" )
00023 
00024 #--------------------------------------------------------------
00025 # Set output level threshold (DEBUG, INFO, WARNING, ERROR, FATAL)
00026 #--------------------------------------------------------------
00027 
00028 MessageSvc.OutputLevel = INFO
00029 
00030 #--------------------------------------------------------------
00031 # Event related parameters
00032 #--------------------------------------------------------------
00033 
00034 # Number of events to be processed (default is 10)
00035 theApp.EvtMax = 10
00036 
00037 #--------------------------------------------------------------
00038 # Algorithms Private Options
00039 #--------------------------------------------------------------
00040 
00041 # For the HelloWorld algorithm
00042 HelloWorld.MyInt = 42
00043 HelloWorld.MyBool = 1
00044 HelloWorld.MyDouble = 3.14159
00045 HelloWorld.MyStringVec = [ "Welcome", "to", "Athena", "Framework", "Tutorial" ]
00046 
00047 #--------------------------------------------------------------
00048 # Batch/Interactive Control (uncomment the lines for batch mode)
00049 #--------------------------------------------------------------
00050 
00051 ####theApp.run( theApp.EvtMax )
00052 ####theApp.exit()
00053 
00054 #==============================================================
00055 #
00056 # End of job options file
00057 #
00058 ###############################################################
00059 
00060 

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