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

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

update

File size: 813 bytes
Line 
1# $Id: erange.mac,v 1.1 2007/06/20 15:26:33 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  standard
13###/testem/phys/addPhysics  penelope
14###/testem/phys/addPhysics  livermore
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.