source: trunk/examples/extended/electromagnetic/TestEm5/shen1.mac @ 1309

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

update

File size: 771 bytes
Line 
1# $Id: shen1.mac,v 1.4 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc   
4#
5# angle distribution of  high energy (50-200 GeV/c) protons
6# transmitted through different targets.
7# G. Shen et al. Phys.Rev. D20 (1979) page 1584.
8#                   
9/control/verbose 2
10/run/verbose 2
11#
12/testem/det/setAbsMat   Aluminium     
13/testem/det/setAbsThick 4.005 mm
14/testem/det/setAbsYZ    1 cm
15#
16/testem/phys/setGCut 2.25 mm   
17/testem/phys/setECut 6.05 um
18/testem/phys/setPCut 6.05 um
19#
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle proton
24/gun/energy 69.068 GeV          #momentum 70 GeV/c
25#
26/testem/histo/setFileName shen1
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 12  100 0.00 0.01 deg    #space angle 
29#
30/testem/stack/killSecondaries
31#
32/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.