source: trunk/examples/extended/electromagnetic/TestEm2/run04.mac @ 1187

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

update

File size: 537 bytes
Line 
1# $Id: run04.mac,v 1.11 2006/10/20 16:03:40 maire Exp $
2#
3# Macro file for "TestEm2.cc"
4# (can be run in batch, without graphic)
5#
6# Fe L = 20 radl  R = 5 radl; electron 30 GeV
7#
8# EGS4 simulation: Particle Data Group - Phys.Rev.D 50-3 - August94
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/det/setMat Iron
14/testem/det/setLbin 40 0.5
15/testem/det/setRbin 50 0.1
16#
17/testem/phys/addPhysics  standard
18#
19/testem/phys/setCuts 0.8 mm
20#
21/run/initialize
22#
23/gun/particle e-
24/gun/energy 30 GeV
25#
26/testem/event/printModulo 10
27#
28/run/beamOn 100
29
30
Note: See TracBrowser for help on using the repository browser.