Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -1,16 +1,3 @@
|
||||
# G.A.P.Cirrone and C.Casarino
|
||||
#
|
||||
# Default macro file. It is called if no argument is provided at run
|
||||
#
|
||||
# i.e. simply typing $G4WORKDIR/bin/Linux-++/Iort <no argument here!>
|
||||
#
|
||||
# This macro can be used for a proton or electron beam in water. Both electromagnetic and
|
||||
# hadronic models may be swiched on
|
||||
|
||||
|
||||
#/control/getEnv G4SYSTEM
|
||||
|
||||
|
||||
#########################
|
||||
# Set of the verboses
|
||||
#
|
||||
@@ -23,16 +10,6 @@
|
||||
# Set of the physic models
|
||||
#
|
||||
/Physics/addPhysics standard_opt3 # Electromagnetic model
|
||||
#/Physics/addPhysics Em_extra_physics
|
||||
#/Physics/addPhysics Elastic # Hadronic elastic model
|
||||
#/Physics/addPhysics decay
|
||||
#/Physics/addPhysics radioactive_decay
|
||||
#/Physics/addPhysics Stopping_physics
|
||||
#/Physics/addPhysics Neutron_tracking_cut
|
||||
#/Physics/addPhysics binary # Hadronic inelastic model
|
||||
|
||||
#/Physics/addPhysics local_ion_ion_inelastic # Optional Hadronic inelastic model for ions (local physic list)
|
||||
#/Physics/addPackage QGSP_BIC_EMY
|
||||
|
||||
##########################
|
||||
# Geometry #
|
||||
@@ -66,7 +43,7 @@
|
||||
# Definition of the GUI
|
||||
# It will work only if the QT GUI interface is active
|
||||
#
|
||||
/control/execute macro/GUIPersonalisation.mac
|
||||
#/control/execute macro/GUIPersonalisation.mac
|
||||
##########################
|
||||
# Set here the cut and the step max for the tracking.
|
||||
# Suggested values of cut and step:
|
||||
@@ -84,7 +61,6 @@
|
||||
# Set the primary particle type,
|
||||
# energy and position along the X direction and spread
|
||||
#
|
||||
#/gun/particle proton
|
||||
/beam/energy/meanEnergy 9.9 MeV # 6.2 MeV old
|
||||
/beam/energy/sigmaEnergy 500 keV # 400 keV old
|
||||
/beam/position/Xposition -862.817 mm # coll40, coll50, coll60, coll70, coll80 -> -862.817 mm ; coll100 ->
|
||||
@@ -124,7 +100,20 @@
|
||||
#/InsertProtectionDisc/insert
|
||||
|
||||
#/changePhantom/update
|
||||
|
||||
#
|
||||
# Scoring mesh is used to calculate
|
||||
# the dose in the phantom
|
||||
/score/create/boxMesh boxMesh_1
|
||||
#
|
||||
/score/mesh/boxSize 10. 10. 10. cm
|
||||
/score/mesh/nBin 300 300 300
|
||||
/score/mesh/translate/xyz 4.5 0. 0. cm
|
||||
/score/quantity/doseDeposit dose Gy
|
||||
#
|
||||
/score/close
|
||||
#
|
||||
/score/list
|
||||
/DeleteProtectionDisc/delete
|
||||
/run/beamOn 100
|
||||
/score/dumpQuantityToFile boxMesh_1 dose dose.out
|
||||
|
||||
/run/beamOn 2
|
||||
|
||||
Reference in New Issue
Block a user