Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #
0002 # Macro file for "TestEm16.cc"
0003 #
0004 # exmaple of synchrotron radiation for heavier particles, as relevant for fcc-hh
0005 #
0006 /control/verbose 2
0007 /run/verbose 2
0008 #
0009 /testem/det/setMat Vacuum
0010 #
0011 /run/initialize
0012 #
0013 # /process/activate SynchrotronRadiation
0014 #
0015 # inactivate other processes to make SynchrotronRadiation more visible
0016 /process/inactivate msc
0017 /process/inactivate eIoni
0018 /process/inactivate eBrem
0019 /process/inactivate annihil
0020 /process/inactivate phot
0021 /process/inactivate compt
0022 /process/inactivate conv
0023 /process/inactivate Rayl
0024 # fcc-hh example
0025 /globalField/setValue 0 0 20 tesla
0026 #
0027 # proton
0028 /gun/particle proton
0029 /gun/energy 50 TeV
0030 #
0031 #
0032 # muon
0033 # /gun/particle mu+
0034 # /gun/energy 10 TeV
0035 #
0036 # GenericIon, here Z=6, multiply gun energy with Z  50*Z = 300
0037 # /gun/particle ion
0038 # /gun/ion 6 12
0039 # /gun/energy 300 TeV
0040 #
0041 # set up histos.  A reasonable choice for the upper limits is about 5*Ecr and 10*MeanFreePath
0042 /analysis/setFileName run01
0043 /analysis/h1/set 1 100 0   40 keV       #SynRad Energy
0044 /analysis/h1/set 2 100 0   40 keV       #SynRad Power
0045 /analysis/h1/set 3 100 0   16 m     #Path Length
0046 #
0047 /run/beamOn 10000