source: trunk/examples/extended/electromagnetic/TestEm12/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: 806 bytes
Line 
1# $Id: run02.mac,v 1.6 2009/09/22 15:18:20 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  local  # em physics
13###/testem/phys/addPhysics  emlivermore         # em physics
14###/testem/phys/addPhysics  empenelope          # 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.