source: trunk/examples/extended/electromagnetic/TestEm11/water.mac @ 807

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

update

File size: 815 bytes
Line 
1# $Id: water.mac,v 1.4 2006/09/18 17:26:20 maire Exp $
2#
3# no constraint on tracking step
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat Water
9/testem/det/setSizeX  3 cm
10/testem/det/setSizeYZ 3 cm
11#
12/testem/phys/addPhysics  standard       # em physics
13###/testem/phys/addPhysics  g4v52       # em physics
14#
15/run/initialize
16#
17/testem/phys/setCuts 10 um
18#
19/gun/particle e-
20/gun/energy 4 MeV
21#
22/testem/histo/setFileType hbook
23/testem/histo/setFileName water.1um
24/testem/histo/setHisto 1 120 0.  24. mm         #edep profile
25/testem/histo/setHisto 3 100 0.  24. mm         #track length primary
26/testem/histo/setHisto 4 100 0.  2.  mm         #step length primary
27/testem/histo/setHisto 5 100 0.  20. mm         #proj range
28/testem/histo/setHisto 6 100 0.  24. mm         #track length secondaries
29#
30/testem/event/printModulo 10000
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.