source: trunk/examples/extended/parallel/ExDiane/iodium.job @ 1288

Last change on this file since 1288 was 807, checked in by garnier, 16 years ago

update

File size: 451 bytes
Line 
1#-*-python-*-
2
3Application = "G4Analysis"
4
5WorkerInitData = {
6    'G4ApplicationComponentName' : "G4Brachy",
7    'initMacroFile' : """
8/control/verbose 1
9/run/verbose 0
10/event/verbose 0
11/source/switch Iodium
12/run/energy Iodium
13/run/initialize
14"""
15}
16
17JobInitData = {
18    'runParams' : {
19       'seed' : 0 ,
20       'eventNumber' : 5000,
21       'macroFileTemplate': "/run/beamOn " },
22    'eventsPerWorker' : 500,
23    'workerInit' : WorkerInitData
24    }
25
Note: See TracBrowser for help on using the repository browser.