QwGeant4
myLightWeightScan_MagRot45deg_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_Mag45.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 #rotate a magnetic field
20 #/MagneticField/SetRotation 45.0 degree
21 
22 #select the reaction type and region
23 /EventGen/SelectReactionRegion 1
24 /EventGen/SelectReactionType 1
25 
26 /Trigger/Disable all
27 /Trigger/Enable cer
28 /Trigger/Show
29 
30 #choose name out outpted rootfile
31 /Analysis/RootFileName rootfiles/%name%_%jobid%_workdir/%name%_%jobid%.root
32 
33 /run/beamOn %nevents%
34