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