source: trunk/examples/extended/electromagnetic/TestEm5/dedx2.mac @ 1229

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

update

File size: 618 bytes
Line 
1# $Id: dedx2.mac,v 1.5 2006/03/28 15:03:08 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# to control dE/dx calculation
6#
7/control/verbose 2
8/run/verbose 2
9#
10/testem/det/setAbsMat Graphite   
11/testem/det/setAbsThick 10 um 
12/testem/det/setAbsYZ    10 um
13#
14/testem/phys/addPhysics standard
15###/testem/phys/addPhysics livermore
16###/testem/phys/addPhysics penelope
17#
18/testem/phys/setCuts 1 km
19#   
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle e-
24/gun/energy 1 MeV
25#
26/testem/histo/setFileName dedx2
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 1 100 0. 10. keV         #energy in absorber
29#
30/run/beamOn 10000
Note: See TracBrowser for help on using the repository browser.