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

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

update to geant4.9.3

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