Warning, /geant4/examples/extended/electromagnetic/TestEm16/run01.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm16.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Vacuum
0011 #
0012 /run/initialize
0013 #
0014 # /process/activate SynchrotronRadiation
0015 #
0016 # inactivate other processes to make SynchrotronRadiation more visible
0017 /process/inactivate msc
0018 /process/inactivate eIoni
0019 /process/inactivate eBrem
0020 /process/inactivate annihil
0021 /process/inactivate phot
0022 /process/inactivate compt
0023 /process/inactivate conv
0024 /process/inactivate Rayl
0025 #
0026 /globalField/setValue 0 0 1 tesla
0027 #
0028 /gun/particle e-
0029 /gun/energy 9.9994890009 GeV
0030 #
0031 # set up histos. A reasonable choice for the upper limits is about 5*Ecr and 10*MeanFreePath
0032 /analysis/setFileName run01
0033 /analysis/h1/set 1 100 0 400 keV #SynRad Energy
0034 /analysis/h1/set 2 100 0 400 keV #SynRad Power
0035 /analysis/h1/set 3 100 0 1.6 m #Path Length
0036 #
0037 # next would be 30 degree angle sin 30deg = 0.5 cos 30 deg = 0.866025403
0038 #/gun/direction 0.5 0 0.866025403
0039 #
0040 /run/beamOn 1000