source: trunk/examples/extended/electromagnetic/TestEm11/range.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: 766 bytes
Line 
1# $Id: range.mac,v 1.5 2009/09/22 14:20:31 maire Exp $
2#
3# Macro file for "TestEm11.cc"
4#
5# compute the csda range of the primary particle
6# with or without fluctuations
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Water
12/testem/det/setSizeX  5 mm
13/testem/det/setSizeYZ 5 mm
14#
15/testem/phys/addPhysics  local
16###/testem/phys/addPhysics  empenelope
17###/testem/phys/addPhysics  emlivermore
18#
19/run/initialize
20#
21# prevent any secondary production
22/testem/phys/setCuts 1 km
23#
24# eliminate straggling
25/process/inactivate msc
26/process/eLoss/fluct false
27#
28/gun/particle e-
29/gun/energy 600 keV
30#
31/testem/histo/setFileName range
32/testem/histo/setFileType hbook
33/testem/histo/setHisto 3 200 0 4 mm     # csda range
34#       
35/testem/event/printModulo 2000
36#
37/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.