source: trunk/examples/extended/electromagnetic/TestEm2/run05.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: 655 bytes
Line 
1# $Id: run05.mac,v 1.7 2009/09/16 18:07:30 maire Exp $
2#
3#
4# Macro file for "TestEm2.cc"
5# (can be run in batch, without graphic)
6#
7# PbWO4 L = 20 radl  R = 5 radl; electron 5 GeV
8#
9/control/verbose 2
10/run/verbose 2
11#
12/testem/phys/addPhysics  local
13#
14/testem/phys/setCuts 1 mm
15#
16/run/initialize
17#
18/gun/particle e-
19/gun/energy 100 MeV
20/run/beamOn 10
21#
22/process/em/applyCuts true
23/run/beamOn 10
24/run/dumpCouples
25#
26#
27/testem/det/setMat  Water
28/testem/det/setLbin 9 1.11
29/testem/det/setRbin 6 0.111
30/testem/det/update
31/gun/position 0 0 0 cm
32/run/beamOn 10
33/run/dumpCouples
34#
35/testem/det/setMat  liquidArgon
36/testem/det/update
37/run/beamOn 10
38/run/dumpCouples
Note: See TracBrowser for help on using the repository browser.