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

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

update

File size: 749 bytes
Line 
1# $Id: kulchi.mac,v 1.4 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5# 2.25 MeV e-, transmitted through 26.60 mg/cm2  Al
6# L.Kulchitsky Phys.Rev. 61 (1941) page 254.
7#
8# Gaussian th1/e = 9.50 +- 0.40 deg
9# proj. distr. fit: exp(-0.5*(th/th0)**2) ====> th0 = th1/e/sqrt(2)
10#
11/control/verbose 2
12/run/verbose 2
13#
14/testem/det/setAbsMat   Aluminium
15/testem/det/setAbsThick 98.5185 um
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 e-
24/gun/energy 2.25 MeV
25#
26/testem/histo/setFileName kulchi
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 12  100   0.  25. deg    #space angle 
29/testem/histo/setHisto 13  100 -25. +25. deg    #projected angle 
30#
31/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.