QwGeant4
myLightWeightScan_Al_DS.in
Go to the documentation of this file.
1 #Programmer: Valerie Gray
2 #Purpose: The macro file for the LightWeight study on Al DS
3 #
4 #Date: 11-22-2012
5 #Modified: 1-25-2013
6 #Assisted By:
7 #
8 
9 /control/execute myQweakConfiguration.mac
10 /control/execute macros/peiqing_2011.mac
11 /control/execute macros/noTracking.mac
12 
13 /random/setSavingFlag 0
14 /random/setDirectoryName random/%name%_%jobid%
15 /random/setSeeds %seedA% %seedB%
16 
17 /TrackingAction/TrackingFlag 3
18 
19 #set reaction region and type
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