Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for "TestEm14.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 # photon 300 keV; compton
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Aluminium
0011 #
0012 /testem/phys/addPhysics standard
0013 #
0014 /run/initialize
0015 #
0016 /run/setCut 1 nm
0017 #
0018 /process/inactivate phot
0019 /process/inactivate conv
0020 /process/inactivate GammaToMuPair
0021 #
0022 /gun/particle gamma
0023 /gun/energy 300 keV
0024 #
0025 /analysis/setFileName compton
0026 /analysis/h1/set 1  100 0. 300. keV     #energy  of primary  
0027 /analysis/h1/set 2  200 -1. +1. none    #costeta of primary
0028 /analysis/h1/set 3  100 0. 300. keV     #energy  of ch. secondary  
0029 /analysis/h1/set 4  200 -1. +1. none    #costeta of ch. secondary
0030 /analysis/h1/set 5  100 0. 300. keV     #energy  of gamma  
0031 /analysis/h1/set 6  200 -1. +1. none    #costeta of gamma
0032 #
0033 /run/beamOn 100000