Warning, /geant4/examples/extended/electromagnetic/TestEm10/alice06.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file 'salice.mac' for the initialization phase of "TestEm10.cc"
0003 # with ALICE simplified test beam 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 alice06
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 41 0.00 0.041 MeV # En (Edep with original limits)
0018 #
0019 #
0020 # Change and choice of experimental setups. Can be
0021 # simpleALICE.,
0022 #
0023 #
0024 /XTRdetector/setup alice06
0025 #
0026 # these commands do not change energy cuts???
0027 #
0028 # Set XTR model (default: transpM). Name list consits:
0029 # gammaR, gammaM, regR, regM, strawR, transpR, transpM
0030 #
0031 # R - XTR dE/dx models, M - XTR flux after radiator models
0032 #
0033 /emphyslist/setXTRModel transpM
0034 #/emphyslist/setXTRModel transpR
0035 #/emphyslist/setXTRModel gammaM
0036 #/emphyslist/setXTRModel gammaR
0037 #/emphyslist/setXTRModel strawR
0038 #/emphyslist/setXTRModel regM
0039 #/emphyslist/setXTRModel regR
0040 #
0041 #/emphyslist/eMinEnergy 100.
0042 #/emphyslist/gMinEnergy 100.
0043 #
0044 #
0045 /run/particle/applyCuts
0046 #
0047 /run/initialize
0048 #
0049 # set cuts
0050 #
0051 /run/setCut 0.001
0052 /run/setCutForRegion Radiator 0.001
0053 /run/setCutForRegion Absorber 1.01
0054 #
0055 #/hits/verbose 1
0056 #
0057 /geometry/test/run
0058 #
0059 #/XTRdetector/update
0060 #
0061 #Innactivate some processes: msc eIoni eBrem RegularXTRadiator
0062 # hIoni
0063 #
0064 # (switch off dEdx and msc always together!)
0065 #
0066 #/process/inactivate msc
0067 #/process/inactivate eIoni
0068 #/process/inactivate hIoni
0069 #
0070 #/process/inactivate eBrem
0071 #
0072 # Inactivate gamma processes
0073 #
0074 #/process/inactivate phot
0075 #/process/inactivate compt
0076 #/process/inactivate conv
0077 #
0078 /process/inactivate UserMaxStep
0079 #
0080 #/process/inactivate SynchrotronRadiation
0081 #
0082 #/process/inactivate RegularXTRadiator
0083 #
0084 #/process/inactivate GammaXTRadiator
0085 #
0086 #/process/eLoss/fluct false
0087 #
0088 #/process/verbose 1
0089 #
0090 #
0091 # Particle and its energy
0092 #
0093 /gun/particle e-
0094 /gun/energy 2000.0 MeV
0095 #
0096
0097 #/tracking/verbose 1
0098 #
0099 /run/printProgress 1000
0100 /run/beamOn 10000
0101 #
0102
0103
0104
0105
0106
0107
0108
0109
0110
0111