source: trunk/examples/extended/electromagnetic/TestEm5/hanson.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: 903 bytes
Line 
1# $Id: hanson.mac,v 1.5 2009/06/19 12:42:04 vnivanch Exp $
2#
3# macro file for TestEm5.cc   
4#
5# angle distribution of  15.7 MeV electrons
6# transmitted through thin gold foils.
7# A.O.Hanson et al. Phys.Rev.84 (1951) page 634.
8#                   
9/control/verbose 2
10/run/verbose 2
11#
12/testem/det/setAbsMat   Gold     
13/testem/det/setAbsThick 9.658 um
14###/testem/det/setAbsThick 19.296 um 
15/testem/det/setAbsYZ    1 cm
16#
17/testem/phys/setGCut 13.0 um   
18/testem/phys/setECut 1.12 um
19/testem/phys/setPCut 1.12 um
20#
21/testem/phys/addPhysics  emstandard_opt3
22#/testem/phys/addPhysics  standardGS
23#
24/run/initialize
25#
26/testem/gun/setDefault
27/gun/particle e-
28/gun/energy 15.7 MeV
29#
30/testem/histo/setFileName hanson
31/testem/histo/setFileType hbook
32/testem/histo/setHisto 12  100 0 10 deg         #space angle
33###/testem/histo/setHisto 12  60 0 30 deg               #space angle   
34#
35/testem/event/printModulo 100000
36/run/beamOn 1000000
Note: See TracBrowser for help on using the repository browser.