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

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

update

File size: 652 bytes
Line 
1# $Id: tavora.mac,v 1.2 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc   
4#
5# Back scattering of  35 keV electrons in Silver.
6# L.M. Tavora et al. J.Phys.D: Appl. Phys. 33 (2000) page 2497
7# Fig. 7
8#                   
9/control/verbose 2
10/run/verbose 2
11#
12/testem/det/setAbsMat Silver     
13/testem/det/setAbsThick 50 um
14/testem/det/setAbsYZ    60 um
15#
16/run/initialize
17#
18/testem/gun/setDefault
19/gun/particle e-
20/gun/energy 35 keV
21#
22/testem/histo/setFileName tavora
23/testem/histo/setFileType hbook
24/testem/histo/setHisto 30  40 0.0 40 keV        #energy reflected_charged
25#
26/testem/stepMax 50 nm
27#
28/testem/event/printModulo 10000
29#
30/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.