source: trunk/examples/extended/electromagnetic/TestEm5/dedx1.mac @ 1230

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

update to geant4.9.3

File size: 484 bytes
Line 
1# $Id: dedx1.mac,v 1.6 2009/09/18 14:03:24 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 Air   
11/testem/det/setAbsThick 1 cm 
12/testem/det/setAbsYZ    1 cm
13#
14/testem/phys/addPhysics local
15#
16/testem/phys/setCuts 1 km
17#   
18/run/initialize
19#
20/process/inactivate msc
21/process/eLoss/fluct false
22#
23/testem/gun/setDefault
24/gun/particle proton
25/gun/energy 10 MeV
26#
27/tracking/verbose 1
28#
29/run/beamOn 5
Note: See TracBrowser for help on using the repository browser.