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

Last change on this file since 1282 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

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