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

Last change on this file since 1341 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 891 bytes
RevLine 
[1337]1# $Id: sandia.mac,v 1.10 2010/05/20 13:02:41 maire Exp $
[807]2#
3# limit the step size from histo 8
4#
[1230]5# G.J.Lockwood et al.
6#     Sandia report SAND79-0414.UC-34a, February 1987
[807]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
[1230]13###/testem/det/setMat G4_Mo
[807]14###/testem/det/setMat G4_Ta
15/testem/det/setSizeX  1 cm
16/testem/det/setSizeYZ 1 cm
17#
[1337]18/testem/phys/addPhysics  emstandard_opt3        # em physics
19###/testem/phys/addPhysics  standardSS  # em physics
[807]20#
21/run/initialize
22#
[1337]23/run/setCut 1 mm        # will set cut for proton
24#
[807]25/gun/particle e-
[1337]26/gun/energy 521 keV
[807]27#
[1230]28###/testem/histo/setFileType hbook
29/testem/histo/setFileType root
[1337]30/testem/histo/setFileName sandia/ref4++/Al.521keV.opt3
[807]31/testem/histo/setHisto 8 100 0.  1.0 none       #normalized Edep profile
[1230]32###/testem/histo/setHisto 8 100 0.  0.5 none    #for Ta
[807]33#
34/testem/event/printModulo 10000
35#
36/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.