Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for "TestEm3.cc" 
0003 # (can be run in batch, without graphic)
0004 #
0005 # Tungsten-Silicon 50 layers; electron 1 GeV
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/phys/addPhysics  local
0011 #
0012 /testem/det/setNbOfLayers 50
0013 /testem/det/setNbOfAbsor 2
0014 /testem/det/setAbsor 1 Tungsten 2 mm
0015 /testem/det/setAbsor 2 Silicon 0.3 mm
0016 #
0017 /run/setCut 100 um
0018 #
0019 /run/initialize
0020 #
0021 /testem/gun/setDefault
0022 /gun/particle e-
0023 /gun/energy 1 GeV
0024 #
0025 /analysis/setFileName run02
0026 /analysis/h1/set 1 100 900. 1000. MeV
0027 /analysis/h1/set 2 100   0.   50. MeV
0028 #
0029 /run/printProgress 50
0030 #
0031 /run/beamOn 200