source: trunk/examples/extended/electromagnetic/TestEm1/gammaconversion.mac @ 812

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

update

File size: 706 bytes
Line 
1# $Id: gammaconversion.mac,v 1.1 2006/01/25 13:56:40 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 standard
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.