-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |