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

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

update

File size: 717 bytes
Line 
1# $Id: lockwood.mac,v 1.5 2006/03/20 12:26:03 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  g4v52
14/testem/phys/addPhysics  standard
15#
16/testem/det/setNbOfLayers 1
17/testem/det/setNbOfAbsor  3
18/testem/det/setAbsor 1 Aluminium 170 um
19/testem/det/setAbsor 2 Gold 23 um
20/testem/det/setAbsor 3 Aluminium 850 um
21/testem/det/setSizeYZ 1050 um
22#
23/testem/phys/setCuts 1 um
24#
25/run/initialize
26#
27/testem/gun/setDefault
28/gun/particle e-
29/gun/energy 1 MeV
30/testem/gun/rndm 0.8
31#
32/testem/stepMax/absorber 2 5 um
33#
34/testem/event/printModulo 1000
35#
36/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.