Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
############################################################################
|
||||
#
|
||||
# PHYSICS LIST:
|
||||
# =============
|
||||
#
|
||||
# Decay:
|
||||
# ------
|
||||
# * Decay of all unstable particles
|
||||
#
|
||||
#
|
||||
# Electromagnetic Physics
|
||||
# -----------------------
|
||||
# * Livermore-based models for photons, electrons
|
||||
# * ICRU49-based models for charged hadrons, ions
|
||||
# * Standard models for positrons, muons
|
||||
#
|
||||
#
|
||||
# Hadronic Physics (elastic)
|
||||
# --------------------------
|
||||
# * LEP elastic scattering model for hadrons (protons,
|
||||
# neutrons, pions), ions (deuterons, tritons, alphas)
|
||||
#
|
||||
#
|
||||
# Hadronic Physics (inelastic)
|
||||
# ----------------------------
|
||||
# * Precompound model for protons, neutrons
|
||||
# Options: A. Default evaporation, no Fermi break-up (activated)
|
||||
# B. GEM evaporation, no Fermi break-up
|
||||
# C. GEM evaporation, Fermi break-up
|
||||
# D. Default evaporation evaporation, Fermi break-up
|
||||
# * Fission and capture models for neutrons
|
||||
# * LEP model for ions (deuterons, tritons, alphas)
|
||||
# * LEP model for pions (pions+, pions-)
|
||||
#
|
||||
#
|
||||
# Hadronic Physics (inelastic)
|
||||
# ----------------------------
|
||||
# * Capture model for muons-
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
||||
####################
|
||||
# VERBOSITY LEVELS #
|
||||
####################
|
||||
|
||||
/control/verbose 1
|
||||
/tracking/verbose 0
|
||||
/run/verbose 0
|
||||
/event/verbose 0
|
||||
|
||||
|
||||
###########
|
||||
# PHYSICS #
|
||||
###########
|
||||
|
||||
### A) EM PHYSICS AND DECAY
|
||||
|
||||
/physics/addPhysics Decay
|
||||
/physics/addPhysics EM-Photon-EPDL
|
||||
/physics/addPhysics EM-Electron-EEDL
|
||||
/physics/addPhysics EM-Positron-Standard
|
||||
/physics/addPhysics EM-HadronIon-LowE
|
||||
/physics/addPhysics EM-Muon-Standard
|
||||
|
||||
### B) HADRONIC PHYSICS
|
||||
|
||||
/physics/addPhysics HadronicEl-HadronIon-LElastic
|
||||
/physics/addPhysics HadronicInel-ProtonNeutron-Prec
|
||||
### Other options for Precompound model (for a description see above):
|
||||
### Option B. /physics/addPhysics HadronicInel-ProtonNeutron-PrecGEM
|
||||
### Option C. /physics/addPhysics HadronicInel-ProtonNeutron-PrecGEMFermi
|
||||
### Option D. /physics/addPhysics HadronicInel-ProtonNeutron-PrecFermi
|
||||
/physics/addPhysics HadronicInel-Ion-LEP
|
||||
/physics/addPhysics HadronicInel-Pion-LEP
|
||||
/physics/addPhysics HadronicAtRest-MuonMinus-Capture
|
||||
|
||||
|
||||
##############################
|
||||
# BEAM LINE SETTINGS AND RUN #
|
||||
##############################
|
||||
|
||||
/run/initialize
|
||||
|
||||
### IF YOU WANT A RANGE SHIFTER PLEASE CHANGE
|
||||
### THE FOLLOWIG PARAMETERS
|
||||
### SETTING FOR THE RANGE SHIFTER
|
||||
|
||||
#/beamLine/RangeShifter/thickness 4 cm
|
||||
#/beamLine/RangeShifter/RSMat Water
|
||||
|
||||
/run/beamOn 200
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user