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

Last change on this file since 1337 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 796 bytes
Line 
1# $Id: run01.mac,v 1.6 2009/09/22 14:20:31 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  local  # em physics
13###/testem/phys/addPhysics  empenelope          # 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.