source: trunk/examples/extended/electromagnetic/TestEm1/erange.mac @ 1279

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

update to geant4.9.3

File size: 814 bytes
Line 
1# $Id: erange.mac,v 1.2 2009/09/15 12:51:49 maire Exp $
2#
3# Macro file for "TestEm1.cc"
4#
5# compute the csda range of primary particle
6#
7/control/verbose 2
8/run/verbose 2
9#
10/testem/det/setMat Water
11#
12/testem/phys/addPhysics  local
13###/testem/phys/addPhysics  empenelope
14###/testem/phys/addPhysics  emlivermore
15#
16/run/initialize
17#
18# csda condition
19/testem/phys/setCuts 1 km
20#
21# no step limitation from eLoss
22/process/eLoss/StepFunction 1 100 um
23#
24# eliminate straggling
25/process/eLoss/fluct false
26/process/inactivate msc
27#
28/testem/gun/setDefault
29/gun/particle e-
30/gun/energy 100 keV
31#
32/tracking/verbose 1
33/run/beamOn 5
34#
35###/testem/histo/setFileName std.1km
36###/testem/histo/setFileType hbook
37###/testem/histo/setHisto 1 200 0 2000 um               # csda range
38###/testem/histo/setHisto 1 250 0 5000 um
39#
40###/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.