| 1 | ############################################################################
|
|---|
| 2 | #
|
|---|
| 3 | # PHYSICS LIST:
|
|---|
| 4 | # =============
|
|---|
| 5 | #
|
|---|
| 6 | # Decay:
|
|---|
| 7 | # ------
|
|---|
| 8 | # * Decay of all unstable particles
|
|---|
| 9 | #
|
|---|
| 10 | #
|
|---|
| 11 | # Electromagnetic Physics
|
|---|
| 12 | # -----------------------
|
|---|
| 13 | # * Livermore-based models for photons, electrons
|
|---|
| 14 | # * ICRU49-based models for charged hadrons, ions
|
|---|
| 15 | # * Standard models for positrons, muons
|
|---|
| 16 | #
|
|---|
| 17 | #
|
|---|
| 18 | # Hadronic Physics (elastic)
|
|---|
| 19 | # --------------------------
|
|---|
| 20 | # * LEP elastic scattering model for hadrons (protons,
|
|---|
| 21 | # neutrons, pions), ions (deuterons, tritons, alphas)
|
|---|
| 22 | #
|
|---|
| 23 | #
|
|---|
| 24 | # Hadronic Physics (inelastic)
|
|---|
| 25 | # ----------------------------
|
|---|
| 26 | # * LEP model for protons, neutrons
|
|---|
| 27 | # * Fission and capture models for neutrons
|
|---|
| 28 | # * LEP model for ions (deuterons, tritons, alphas)
|
|---|
| 29 | # * LEP model for pions (pions+, pions-)
|
|---|
| 30 | #
|
|---|
| 31 | #
|
|---|
| 32 | # Hadronic Physics (inelastic)
|
|---|
| 33 | # ----------------------------
|
|---|
| 34 | # * Capture model for muons-
|
|---|
| 35 | #
|
|---|
| 36 | ##############################################################################
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | ####################
|
|---|
| 40 | # VERBOSITY LEVELS #
|
|---|
| 41 | ####################
|
|---|
| 42 |
|
|---|
| 43 | /control/verbose 1
|
|---|
| 44 | /tracking/verbose 0
|
|---|
| 45 | /run/verbose 0
|
|---|
| 46 | /event/verbose 0
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | ###########
|
|---|
| 50 | # PHYSICS #
|
|---|
| 51 | ###########
|
|---|
| 52 |
|
|---|
| 53 | ### A) EM PHYSICS AND DECAY
|
|---|
| 54 |
|
|---|
| 55 | /physics/addPhysics Decay
|
|---|
| 56 | /physics/addPhysics EM-Photon-EPDL
|
|---|
| 57 | /physics/addPhysics EM-Electron-EEDL
|
|---|
| 58 | /physics/addPhysics EM-Positron-Standard
|
|---|
| 59 | /physics/addPhysics EM-HadronIon-LowE
|
|---|
| 60 | /physics/addPhysics EM-Muon-Standard
|
|---|
| 61 |
|
|---|
| 62 | ### B) HADRONIC PHYSICS
|
|---|
| 63 |
|
|---|
| 64 | /physics/addPhysics HadronicEl-HadronIon-LElastic
|
|---|
| 65 | /physics/addPhysics HadronicInel-ProtonNeutron-LEP
|
|---|
| 66 | /physics/addPhysics HadronicInel-Ion-LEP
|
|---|
| 67 | /physics/addPhysics HadronicInel-Pion-LEP
|
|---|
| 68 | /physics/addPhysics HadronicAtRest-MuonMinus-Capture
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 | ##############################
|
|---|
| 72 | # BEAM LINE SETTINGS AND RUN #
|
|---|
| 73 | ##############################
|
|---|
| 74 |
|
|---|
| 75 | /run/initialize
|
|---|
| 76 |
|
|---|
| 77 | ### IF YOU WANT A RANGE SHIFTER PLEASE CHANGE
|
|---|
| 78 | ### THE FOLLOWIG PARAMETERS
|
|---|
| 79 | ### SETTING FOR THE RANGE SHIFTER
|
|---|
| 80 |
|
|---|
| 81 | #/beamLine/RangeShifter/thickness 4 cm
|
|---|
| 82 | #/beamLine/RangeShifter/RSMat Water
|
|---|
| 83 |
|
|---|
| 84 | /run/beamOn 200
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 |
|
|---|