Warning, /geant4/examples/extended/electromagnetic/TestEm10/watase86.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file 'watase86.mac' for the initialization phase of "TestEm10.cc"
0003 # with NIM A248 (1986) 379-388 (fig. 7) setup
0004 #
0005 /control/verbose 2
0006 #
0007 #
0008 /run/verbose 2
0009 #
0010 # PLOT: energy deposit distribution in absorber (g4.11)
0011 #
0012 /analysis/setFileName watase86
0013 /analysis/h1/set 1 100 0.00 0.1 MeV # Edep
0014 /analysis/h1/set 2 100 0.00 0.1 MeV # XTR gamma
0015 /analysis/h1/set 3 100 0.00 0.1 MeV # all gamma
0016 /analysis/h1/set 4 100 0.00 0.1 MeV # all e-
0017 /analysis/h1/set 5 30 0.00 0.06 MeV # En (Edep with original limits)
0018
0019 #
0020 #
0021 # Change and choice of experimental setups. Can be
0022 # simpleALICE.,
0023 #
0024 #
0025 /XTRdetector/setup watase86
0026 #
0027 # these commands do not change energy cuts???
0028 #
0029 # Set XTR model (default: transpM). Name list consits:
0030 # gammaR, gammaM, regR, regM, strawR, transpR, transpM
0031 #
0032 # R - XTR dE/dx models, M - XTR flux after radiator models
0033 #
0034 #/emphyslist/setXTRModel transpM
0035 #/emphyslist/setXTRModel transpR
0036 #
0037 #/emphyslist/setXTRModel gammaM
0038 #/emphyslist/setXTRModel gammaR
0039 #
0040 #/emphyslist/setXTRModel strawR
0041 #
0042 #/emphyslist/setXTRModel regM
0043 /emphyslist/setXTRModel regR
0044 #
0045 #/emphyslist/eMinEnergy 100.
0046 #/emphyslist/gMinEnergy 100.
0047 #
0048 #
0049 /run/particle/applyCuts
0050 #
0051 /run/initialize
0052 #
0053 # set cuts
0054 #
0055 /run/setCut 1.
0056 /run/setCutForRegion Radiator 1.
0057 /run/setCutForRegion Absorber 1.
0058 #
0059 #/hits/verbose 1
0060 #
0061 #/XTRdetector/update
0062 #
0063 #Innactivate some processes: msc eIoni eBrem RegularXTRadiator
0064 # hIoni
0065 #
0066 # (switch off dEdx and msc always together!)
0067 #
0068 #/process/inactivate msc
0069 #/process/inactivate eIoni
0070 #/process/inactivate hIoni
0071 #
0072 #/process/inactivate eBrem
0073 #
0074 # Inactivate gamma processes
0075 #
0076 #/process/inactivate phot
0077 #/process/inactivate compt
0078 #/process/inactivate conv
0079 #
0080 #/process/inactivate RegularXTRadiator
0081 #
0082 #/process/inactivate GammaXTRadiator
0083 #
0084 #/process/eLoss/fluct false
0085 #
0086 #/process/verbose 1
0087 #
0088 #
0089 # Particle and its energy
0090 #
0091 /gun/particle e-
0092 /gun/energy 2000.0 MeV
0093 #
0094 #/tracking/verbose 1
0095 #
0096 /run/printProgress 1000
0097 /run/beamOn 10000
0098 #
0099
0100
0101
0102
0103
0104
0105
0106
0107
0108