source: trunk/examples/extended/electromagnetic/TestEm12/run01.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: 778 bytes
Line 
1# $Id: run01.mac,v 1.7 2009/09/22 15:18:20 maire Exp $
2#
3# limit the step size from histos 1 and 8
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat G4_WATER
9/testem/det/setRadius  3 cm
10#
11/testem/phys/addPhysics  local  # em physics
12###/testem/phys/addPhysics  emlivermore # em physics
13###/testem/phys/addPhysics  empenelope  # em physics
14#
15/run/initialize
16#
17/gun/particle e-
18/gun/energy 4 MeV
19#
20/testem/histo/setFileType hbook
21/testem/histo/setFileName run01
22/testem/histo/setHisto 1 120  0.   2.4 cm       #edep profile
23/testem/histo/setHisto 3 100  0.    3. cm       #true track length
24###/testem/histo/setcsdaRange       2.037 cm
25/testem/histo/setHisto 8 120  0.    1.2 none    #normalized edep profile
26#
27/testem/applyStepMax true
28#
29/testem/event/printModulo 2000
30#
31/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.