Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for "TestEm1.cc"
0003 #
0004 #  e+ beam; 100 MeV
0005 #  To visualise e+ annihilation
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Aluminium
0011 /testem/det/setSize 20 cm
0012 #
0013 /testem/phys/addPhysics local
0014 #
0015 /run/initialize
0016 #
0017 /control/execute vis.mac
0018 #
0019 # prevent ionisation and bremsstrahlung production
0020 /run/setCut 1 km
0021 #
0022 # no multiple scattering
0023 /process/inactivate msc
0024 #
0025 # no photon interaction
0026 /process/inactivate phot
0027 /process/inactivate compt
0028 /process/inactivate conv
0029 #
0030 /testem/gun/setDefault 
0031 /gun/particle e+
0032 /gun/energy 100 MeV
0033 # spread beam spot
0034 /testem/gun/rndm 0.8
0035 #
0036 /tracking/verbose 1
0037 #
0038 /run/beamOn 20