Warning, /geant4/examples/extended/electromagnetic/TestEm16/run02.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/verbose 2
0007 /run/verbose 2
0008 /run/initialize
0009 #
0010 # /process/activate SynchrotronRadiation
0011 #
0012 # inactivate other processes to make SynchrotronRadiation more visible
0013 /process/inactivate msc
0014 /process/inactivate eIoni
0015 /process/inactivate eBrem
0016 /process/inactivate annihil
0017 /process/inactivate phot
0018 /process/inactivate compt
0019 /process/inactivate conv
0020 /process/inactivate Rayl
0021 #
0022 /gun/particle e-
0023 /gun/energy 10 TeV
0024 #
0025 # set up histos. A reasonable choice for the upper limits is about 5*Ecr and 10*MeanFreePath
0026 /analysis/setFileName run02
0027 /analysis/h1/set 1 100 0 20 MeV #SynRad Energy
0028 /analysis/h1/set 2 100 0 20 MeV #SynRad Power
0029 /analysis/h1/set 3 100 0 32 km #Path Length
0030 #
0031 /testem/det/setSize 200 km
0032 /testem/det/setMat Vacuum
0033 /testem/det/update
0034 # very weak magnetic field, increase step length
0035 /globalField/setValue 0 0 0.5 gauss
0036 /testem/tracking/setMaxStepLength 100 km
0037 #
0038 /run/beamOn 1000