source: trunk/examples/extended/electromagnetic/TestEm11/sandia.mac @ 1229

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

update

File size: 691 bytes
Line 
1# $Id: sandia.mac,v 1.1 2007/08/19 20:52:53 maire Exp $
2#
3# limit the step size from histo 8
4#
5# G.J.Lockwood et al. Sandia report SAND79-0414.UC-34a, February 1987
6# O.Kadri et al. NIM B 258 (2007) 381
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat G4_Al
12###/testem/det/setMat G4_Ta
13/testem/det/setSizeX  1 cm
14/testem/det/setSizeYZ 1 cm
15#
16/testem/phys/addPhysics  standard       # em physics
17#
18/run/initialize
19#
20/gun/particle e-
21/gun/energy 500 keV
22#
23/testem/histo/setFileType hbook
24/testem/histo/setFileName Al.500keV
25/testem/histo/setHisto 8 100 0.  1.0 none       #normalized Edep profile
26###/testem/histo/setHisto 8 100 0.  0.5 none
27#
28/testem/event/printModulo 10000
29#
30/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.