Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm2/run02.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "TestEm2.cc" 
0003 # (can be run in batch, without graphic)
0004 #
0005 # Al L = 13.5 radl  R = 1.35 radl; electron 1 GeV
0006 #
0007 #  Experimental results: Electron-induced cascade showers
0008 #                        J&H Crannel - Phys. Rev. 184-2 - August69
0009 #
0010 /control/verbose 2
0011 /run/verbose 2
0012 #
0013 /testem/det/setMat G4_Al
0014 /testem/det/setLbin 12 1.1245
0015 /testem/det/setRbin 12 0.11245
0016 #
0017 /testem/phys/addPhysics  emstandard_opt0
0018 #
0019 /run/setCut 2.0 mm
0020 #
0021 /run/initialize
0022 #
0023 /gun/particle e-
0024 /gun/energy 1 GeV
0025 #
0026 /run/printProgress 10
0027 #
0028 /run/beamOn 500
0029 
0030