source: trunk/examples/extended/electromagnetic/TestEm5/shen2.mac @ 1230

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

update

File size: 791 bytes
Line 
1# $Id: shen2.mac,v 1.3 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# proton 175 GeV/c, transmitted through 8.004 mm Al
6# G. Shen et al. Phys.Rev. D20 (1979) page 1584.
7#
8# data theta0 = (1.93+-0.39)*e-5 rad ???
9# proj. distr. exp(-0.5*(th/th0)**2)
10#
11/control/verbose 2
12/run/verbose 2
13#
14/testem/det/setAbsMat   Aluminium
15/testem/det/setAbsThick 8.004 mm 
16/testem/det/setAbsYZ    1 cm
17#
18/testem/phys/setCuts 1 mm
19#
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle proton
24/gun/energy 174.664 GeV         #momentum 175 GeV/c
25#
26/testem/histo/setFileName shen2
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 12  100  0.00   0.004 deg        #space angle 
29/testem/histo/setHisto 13  100 -0.004 +0.004 deg        #projected angle
30#
31/testem/stack/killSecondaries
32#
33/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.