source: trunk/examples/extended/electromagnetic/TestEm2/run01.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: 580 bytes
Line 
1# $Id: run01.mac,v 1.27 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# PbWO4 L = 20 radl  R = 5 radl; electron 5 GeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat G4_PbWO4
12/testem/det/setLbin 40 0.5
13/testem/det/setRbin 50 0.1
14#
15/testem/phys/addPhysics  emstandard_opt0
16#
17/testem/phys/setCuts 1 mm
18#
19# histogram file
20/testem/histo/setFileName run01
21/testem/histo/setFileType hbook
22#
23/run/initialize
24#
25/gun/particle e-
26/gun/energy 5 GeV
27#
28/testem/event/printModulo 20
29/testem/run/verbose 1
30#
31/run/beamOn 500
Note: See TracBrowser for help on using the repository browser.