QwGeant4
myLightWeightScan_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.mac
10 /control/execute macros/peiqing_2011.mac
11 /control/execute macros/noTracking.mac
12 
13 
14 /random/setSavingFlag 0
15 /random/setDirectoryName random/%name%_%jobid%
16 /random/setSeeds %seedA% %seedB%
17 
18 /TrackingAction/TrackingFlag 3
19 
20 #set reaction region and type
21 /EventGen/SelectReactionRegion 1
22 /EventGen/SelectReactionType 1
23 
24 /Trigger/Disable all
25 /Trigger/Enable cer
26 /Trigger/Show
27 
28 #set the rootfile name
29 /Analysis/RootFileName rootfiles/%name%_%jobid%_workdir/%name%_%jobid%.root
30 
31 #number of events
32 /run/beamOn %nevents%
33