Skip to content

Commit

Permalink
Add run_gps.mac 0.3_1 results
Browse files Browse the repository at this point in the history
Add run_gps.mac macro card with beam setup (using gps) used for first
results of v0.3 (tag 0.3_1).
  • Loading branch information
lopezzot committed May 15, 2023
1 parent b7f8f33 commit 0718a1c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions runcards/run_gps.mac
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#USE GPS instead of default gun
/run/initialize
/run/printProgress 10
/run/setCut 0.1 mm
/gps/particle gamma
/gps/energy 20 GeV
/gps/position 0. 0. 0. m
/gps/ang/type iso #isotropic angular distribution
/gps/ang/minphi 3.14 rad
/gps/ang/maxphi 3.19 rad
/gps/ang/mintheta 104.177 deg #0.2 eta
/gps/ang/maxtheta 105.415 deg #0.25 eta
/run/beamOn 10000

/gps/particle pi-
/gps/energy 20 GeV
/run/beamOn 10000

/gps/energy 50 GeV
/run/beamOn 10000

/gps/energy 100 GeV
/run/beamOn 10000

/gps/energy 150 GeV
/run/beamOn 10000

/gps/energy 200 GeV
/run/beamOn 10000

0 comments on commit 0718a1c

Please sign in to comment.