source: trunk/examples/extended/electromagnetic/TestEm5/gottsch.mac @ 1279

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

update

File size: 757 bytes
Line 
1# $Id: gottsch.mac,v 1.3 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# 158.6  MeV protons, transmitted through 0.2160 g/cm2 Al
6# B.Gottschalk et al. NIM B74 (1993) page 467.
7#
8# proj. angle distr. exp(-0.5*(th/th0)**2)  th0 = 3.534 +- 0.491 mrad
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/det/setAbsMat   Aluminium
14/testem/det/setAbsThick 0.8 mm
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 158.6 MeV
24#
25/testem/histo/setFileName gottsch
26/testem/histo/setFileType hbook
27/testem/histo/setHisto 12  100  0.0  0.6 deg    #space angle 
28/testem/histo/setHisto 13  100 -0.6 +0.6 deg    #projected angle 
29#
30/testem/stack/killSecondaries
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.