source: trunk/examples/extended/electromagnetic/TestEm3/lockwood.mac @ 1282

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

update to geant4.9.3

File size: 680 bytes
Line 
1# $Id: lockwood.mac,v 1.6 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# Al-Au-Al  1 layer;
7#
8# G.L.Lockwood et al. SAND79-0414 (1980)
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/phys/addPhysics  local
14#
15/testem/det/setNbOfLayers 1
16/testem/det/setNbOfAbsor  3
17/testem/det/setAbsor 1 Aluminium 170 um
18/testem/det/setAbsor 2 Gold 23 um
19/testem/det/setAbsor 3 Aluminium 850 um
20/testem/det/setSizeYZ 1050 um
21#
22/testem/phys/setCuts 1 um
23#
24/run/initialize
25#
26/testem/gun/setDefault
27/gun/particle e-
28/gun/energy 1 MeV
29/testem/gun/rndm 0.8
30#
31/testem/stepMax/absorber 2 5 um
32#
33/testem/event/printModulo 1000
34#
35/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.