source: trunk/examples/extended/electromagnetic/TestEm11/run01.mac@ 1036

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

update

File size: 797 bytes
Line 
1# $Id: run01.mac,v 1.5 2006/07/06 15:56:38 maire Exp $
2#
3# limit the step size from histo 1
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat G4_Si
9/testem/det/setSizeX 1 mm
10/testem/det/setSizeYZ 1 mm
11#
12/testem/phys/addPhysics standard # em physics
13###/testem/phys/addPhysics penelope # em physics
14#
15/run/initialize
16#
17/gun/particle e-
18/gun/energy 500 keV
19#
20/testem/histo/setFileType hbook
21/testem/histo/setFileName run01
22/testem/histo/setHisto 1 100 0. 1. mm #edep profile
23/testem/histo/setHisto 2 102 0. 510. keV #total Edep
24/testem/histo/setHisto 3 100 0. 2. mm #true track length
25/testem/histo/setHisto 4 10 0. 20. um #true step length
26/testem/histo/setHisto 5 100 0. 1. mm #proj range
27#
28/testem/applyStepMax true
29#
30/testem/event/printModulo 10000
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.