source: trunk/examples/advanced/hadrontherapy/protonEMLowEnergy.mac @ 1317

Last change on this file since 1317 was 807, checked in by garnier, 16 years ago

update

File size: 990 bytes
Line 
1#----------------------------------------------------------------------------
2# PHYSICS LIST:
3#
4#  - ELECTROMAGNETIC PHYSICS FOR PROTONS, ELECTRONS, POSITRONS, PHOTONS AND IONS
5#
6#
7#-------------------------------------------------------------------------------
8/control/verbose 1
9/tracking/verbose 0
10/run/verbose 0
11/event/verbose 0
12
13# SETTING FOR THE PHYSICS MODELS
14/physics/addPhysics photon-epdl
15/physics/addPhysics electron-eedl
16/physics/addPhysics positron-standard
17
18###################################################
19#### Alternative Low Energy models for protons
20#### Same Low Energy model for ions
21##################################################
22### ICRU49 parameterisation
23/physics/addPhysics ion-LowE
24#
25### ZIEGLER 1977 parameterisation
26#/physics/addPhysics ion-LowE-ziegler1977
27#
28### ZIEGLER 1985 parameterisation
29#/physics/addPhysics ion-LowE-ziegler1985
30#
31### ZIEGLER 2000 parameterisation
32#/physics/addPhysics ion-LowE-ziegler2000
33#
34/run/initialize
35/run/beamOn 100
36
37
38
39
Note: See TracBrowser for help on using the repository browser.