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

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

update

File size: 601 bytes
Line 
1# $Id: run03.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# H2O L = 9.97 radl  R = 0.665 radl; electron 1 GeV
7#
8#  Experimental results: Electron-induced cascade showers
9#                        J&H Crannel - Phys. Rev. 184-2 - August69
10#
11/control/verbose 2
12/run/verbose 2
13#
14/testem/det/setMat Water
15/testem/det/setLbin 9 1.11
16/testem/det/setRbin 6 0.111
17#
18/testem/phys/addPhysics  standard
19#
20/testem/phys/setCuts 5.0 mm
21#
22/run/initialize
23#
24/gun/particle e-
25/gun/energy 1 GeV
26#
27/testem/event/printModulo 10
28#
29/run/beamOn 500
30
31
Note: See TracBrowser for help on using the repository browser.