Files
geant4/examples/extended/electromagnetic/TestEm10/harris73.mac
T
2016-06-30 14:12:05 +02:00

108 lines
2.0 KiB
Plaintext

#
# Macro file 'salice.mac' for the initialization phase of "TestEm10.cc"
# with NIM 107 (1973) 413-422 (fig. 3b) setup
#
/control/verbose 2
#
#
/run/verbose 2
#
# PLOT: energy deposit distribution in absorber (g4.11)
#
/analysis/setFileName harris73
/analysis/h1/set 1 100 0.00 0.1 MeV # Edep
/analysis/h1/set 2 100 0.00 0.1 MeV # XTR gamma
/analysis/h1/set 3 100 0.00 0.1 MeV # all gamma
/analysis/h1/set 4 100 0.00 0.1 MeV # all e-
/analysis/h1/set 5 49 0.00 0.011 MeV # En (Edep with original limits)
#
#
# Change and choice of experimental setups. Can be
# simpleALICE.,
#
#
/XTRdetector/setup harris73
#
# these commands do not change energy cuts???
#
# Set XTR model (default: transpM). Name list consits:
# gammaR, gammaM, regR, regM, strawR, transpR, transpM
#
# R - XTR dE/dx models, M - XTR flux after radiator models
#
#/emphyslist/setXTRModel transpM
#/emphyslist/setXTRModel transpR
#
#/emphyslist/setXTRModel gammaM
#/emphyslist/setXTRModel gammaR
#
#/emphyslist/setXTRModel strawR
#
#/emphyslist/setXTRModel regM
#/emphyslist/setXTRModel regR
#
#/emphyslist/eMinEnergy 100.
#/emphyslist/gMinEnergy 100.
#
#
/run/particle/applyCuts
#
/run/initialize
#
# set cuts
#
/run/setCut 1.
/run/setCutForRegion Radiator 1.
/run/setCutForRegion Absorber 1.
#
#/hits/verbose 1
#
#/XTRdetector/update
#
#Innactivate some processes: msc eIoni eBrem RegularXTRadiator
# hIoni
#
# (switch off dEdx and msc always together!)
#
#/process/inactivate msc
#/process/inactivate eIoni
#/process/inactivate hIoni
#
#/process/inactivate eBrem
#
# Inactivate gamma processes
#
#/process/inactivate phot
#/process/inactivate compt
#/process/inactivate conv
#
#/process/inactivate RegularXTRadiator
#
#/process/inactivate GammaXTRadiator
#
#/process/eLoss/fluct false
#
#/process/verbose 1
#
#
# Particle and its energy
#
/gun/particle e-
/gun/energy 3000.0 MeV
#
#/tracking/verbose 1
#
/run/printProgress 1000
/run/beamOn 20000
#