source: trunk/examples/advanced/hadrontherapy/protonEMPenelope.mac @ 1282

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

update

File size: 993 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
15/physics/addPhysics photon-penelope
16/physics/addPhysics electron-penelope
17/physics/addPhysics positron-penelope
18
19###################################################
20#### Alternative Low Energy models for protons
21#### Same Low Energy model for ions
22##################################################
23
24### ICRU49 parameterisation
25/physics/addPhysics ion-LowE
26
27### ZIEGLER 1977 parameterisation
28#/physics/addPhysics ion-LowE-ziegler1977
29
30### ZIEGLER 1985 parameterisation
31#/physics/addPhysics ion-LowE-ziegler1985
32
33### ZIEGLER 2000 parameterisation
34#/physics/addPhysics ion-LowE-ziegler2000
35
36/run/initialize
37/run/beamOn 100
38
Note: See TracBrowser for help on using the repository browser.