source: trunk/examples/extended/electromagnetic/TestEm11/range.mac @ 812

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

update

File size: 765 bytes
Line 
1# $Id: range.mac,v 1.4 2007/08/19 20:52:53 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  standard
16###/testem/phys/addPhysics  penelope
17###/testem/phys/addPhysics  livermore
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.