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

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

update

File size: 827 bytes
RevLine 
[807]1# $Id: run02.mac,v 1.4 2006/10/26 10:18:59 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_Si
9/testem/det/setSizeX 1 mm
10/testem/det/setSizeYZ 1 mm
11/testem/det/setNbOfLayers 100
12#
13/testem/phys/addPhysics standard # em physics
14###/testem/phys/addPhysics penelope # em physics
15#
16/run/initialize
17#
18/gun/particle e-
19/gun/energy 500 keV
20#
21/testem/histo/setFileType hbook
22/testem/histo/setFileName run02
23/testem/histo/setHisto 1 100 0. 1. mm #edep profile
24/testem/histo/setHisto 2 102 0. 510. keV #total Edep
25/testem/histo/setHisto 3 100 0. 2. mm #true track length
26/testem/histo/setHisto 4 100 0. 200. um #true step length
27/testem/histo/setHisto 5 100 0. 1. mm #proj range
28#
29/testem/applyStepMax false
30#
31/testem/event/printModulo 10000
32#
33/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.