source: trunk/examples/extended/electromagnetic/TestEm1/annihil.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: 687 bytes
Line 
1# $Id: annihil.mac,v 1.2 2009/09/15 12:51:49 maire Exp $
2#
3# Macro file for "TestEm1.cc"
4#
5#  e+ beam; 100 MeV
6#  To visualise e+ annihilation
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Aluminium
12/testem/det/setSize 20 cm
13#
14/testem/phys/addPhysics local
15#
16/run/initialize
17#
18/control/execute vis.mac
19#
20# prevent ionisation and bremsstrahlung production
21/testem/phys/setCuts 1 km
22#
23# no multiple scattering
24/process/inactivate msc
25#
26# no photon interaction
27/process/inactivate phot
28/process/inactivate compt
29/process/inactivate conv
30#
31/testem/gun/setDefault
32/gun/particle e+
33/gun/energy 100 MeV
34# spread beam spot
35/testem/gun/rndm 0.8
36#
37/tracking/verbose 1
38#
39/run/beamOn 20
Note: See TracBrowser for help on using the repository browser.