source: trunk/examples/extended/electromagnetic/TestEm2/run02.mac @ 1279

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

update to geant4.9.3

File size: 612 bytes
Line 
1# $Id: run02.mac,v 1.12 2009/09/16 18:07:30 maire Exp $
2#
3# Macro file for "TestEm2.cc"
4# (can be run in batch, without graphic)
5#
6# Al L = 13.5 radl  R = 1.35 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 G4_Al
15/testem/det/setLbin 12 1.1245
16/testem/det/setRbin 12 0.11245
17#
18/testem/phys/addPhysics  emstandard_opt0
19#
20/testem/phys/setCuts 2.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.