source: trunk/examples/advanced/hadrontherapy/protonEMLowEnergyZiegler1985.mac @ 1292

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

update

File size: 987 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
23### ICRU49 parameterisation
24#/physics/addPhysics ion-LowE
25
26### ZIEGLER 1977 parameterisation
27#/physics/addPhysics ion-LowE-ziegler1977
28
29### ZIEGLER 1985 parameterisation
30/physics/addPhysics ion-LowE-ziegler1985
31
32### ZIEGLER 2000 parameterisation
33#/physics/addPhysics ion-LowE-ziegler2000
34
35/run/initialize
36/run/beamOn 100
37
38
39
40
Note: See TracBrowser for help on using the repository browser.