source: trunk/examples/extended/electromagnetic/TestEm3/run08.mac @ 1309

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

update to geant4.9.3

File size: 613 bytes
Line 
1# $Id: run08.mac,v 1.10 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# Iron 1 layer; proton 500 MeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/phys/addPhysics  local
12#
13/testem/phys/setCuts 1 mm
14/run/initialize
15#
16/testem/det/setNbOfLayers 1
17/testem/det/setNbOfAbsor 1
18/testem/det/setAbsor 1 Iron 5 cm
19/testem/det/setSizeYZ 4 cm
20#
21/testem/phys/setCuts 1 mm
22#
23/run/initialize
24#
25/process/inactivate msc
26/testem/stepMax/absorber 1 2 cm
27#
28/testem/gun/setDefault
29/gun/particle proton
30/gun/energy 500 MeV
31#
32/testem/event/printModulo 100
33#
34/run/beamOn 100
Note: See TracBrowser for help on using the repository browser.