source: trunk/examples/extended/electromagnetic/TestEm12/run02.mac@ 1036

Last change on this file since 1036 was 807, checked in by garnier, 17 years ago

update

File size: 805 bytes
RevLine 
[807]1# $Id: run02.mac,v 1.5 2007/04/27 10:38:11 maire Exp $
2#
3# limit the step size by geometry
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat G4_WATER
9/testem/det/setRadius 3 cm
10/testem/det/setNbOfLayers 150
11#
12/testem/phys/addPhysics standard # em physics
13###/testem/phys/addPhysics livermore # em physics
14###/testem/phys/addPhysics penelope # em physics
15#
16/run/initialize
17#
18/gun/particle e-
19/gun/energy 4 MeV
20#
21/testem/histo/setFileType hbook
22/testem/histo/setFileName run02
23/testem/histo/setHisto 1 120 0. 2.4 cm #edep profile
24/testem/histo/setHisto 3 100 0. 3. cm #true track length
25###/testem/histo/setcsdaRange 2.037 cm
26/testem/histo/setHisto 8 120 0. 1.2 none #normalized edep profile
27#
28/testem/applyStepMax false
29#
30/testem/event/printModulo 2000
31#
32/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.