QwGeant4
myDownstream_TargetWindow_Run2.in
Go to the documentation of this file.
1 #Programmer: Kurtis Bartlett
2 #Purpose: The macro file for the isolated target window simulation
3 #
4 #Date: 11-22-2012
5 #Modified: 5-15-2013
6 #Assisted By: Val
7 #
8 
9 /control/execute myQweakConfiguration_run2.mac
10 /control/execute macros/noTracking.mac
11 
12 /random/setSavingFlag 0
13 /random/setDirectoryName random/%name%_%jobid%
14 /random/setSeeds %seedA% %seedB%
15 
16 /TrackingAction/TrackingFlag 3
17 
18 #set reaction region and type
19 /control/execute macros/Al_TargetWindow_Dummy_Downstream.mac
20 /EventGen/SelectReactionRegion 3
21 /EventGen/SelectReactionType 2
22 
23 /Trigger/Disable all
24 /Trigger/Enable cer
25 /Trigger/Show
26 
27 #set the rootfile name
28 /Analysis/RootFileName rootfiles/%name%_%jobid%_workdir/%name%_%jobid%.root
29 
30 #number of events
31 /run/beamOn %nevents%
32