source: trunk/examples/extended/electromagnetic/TestEm5/bichsel.mac @ 1333

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

update

File size: 736 bytes
Line 
1# $Id: bichsel.mac,v 1.4 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# 0.766 MeV protons, transmitted through 1.37 mg/cm2 Al
6# H.Bichsel Phys.Rev. 112 (1958) page 182.
7#
8# proj. angle distr. exp(-(th/th0)**2)  th0 = 4.44+- 0.20 deg
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/det/setAbsMat   Aluminium
14/testem/det/setAbsThick 5.0741 um
15/testem/det/setAbsYZ    1 cm
16#
17/testem/phys/setCuts 1 mm
18#
19/run/initialize
20#
21/testem/gun/setDefault
22/gun/particle proton
23/gun/energy 766 keV
24#
25/testem/histo/setFileName bichsel
26/testem/histo/setFileType hbook
27/testem/histo/setHisto 12 100   0  9 deg        #space angle 
28/testem/histo/setHisto 13 100  -9 +9 deg        #projected angle 
29#
30/testem/stack/killSecondaries
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.