QwGeant4
myLightWeight_Run1_noDC.in
Go to the documentation of this file.
1 #Programmer: Valerie Gray
2 #Purpose: The macro file for the LightWeight study on LH2
3 #
4 #Date: 11-22-2012
5 #Modified: 1-25-2013
6 #Assisted By:
7 #
8 
9 /control/execute myQweakConfiguration_run1.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 /EventGen/SelectReactionRegion 1
20 /EventGen/SelectReactionType 1
21 
22 /Trigger/Disable all
23 /Trigger/Enable cer
24 /Trigger/Show
25 
26 #set the rootfile name
27 /Analysis/RootFileName rootfiles/%name%_%jobid%_workdir/%name%_%jobid%.root
28 
29 #number of events
30 /run/beamOn %nevents%
31