QwGeant4
myLightWeightScan_MagRot45deg.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_Mag45.mac
10 #/control/execute macros/peiqing_2011.mac
11 
12 /random/setSavingFlag 0
13 /random/setDirectoryName random/%name%_%jobid%
14 /random/setSeeds %seedA% %seedB%
15 
16 /TrackingAction/TrackingFlag 3
17 
18 #rotate a magnetic field
19 #/MagneticField/SetRotation 45.0 degree
20 
21 #select the reaction type and region
22 /EventGen/SelectReactionRegion 1
23 /EventGen/SelectReactionType 1
24 
25 /Trigger/Disable all
26 /Trigger/Enable cer
27 /Trigger/Show
28 
29 #choose name out outpted rootfile
30 /Analysis/RootFileName rootfiles/%name%_%jobid%_workdir/%name%_%jobid%.root
31 
32 /run/beamOn %nevents%
33