Files
geant4/examples/extended/hadronic/Hadr05/Pb-lAr-em.mac
2023-06-30 09:09:57 +02:00

37 lines
955 B
Plaintext

#
# Macro file for "Hadr05.cc"
#
# Lead-liquidArgon 50 layers; electron 1 GeV
#
/control/verbose 1
/run/verbose 1
#
/process/em/verbose 0
/process/had/verbose 0
#
/testhadr/det/setNbOfLayers 50
/testhadr/det/setNbOfAbsor 2
/testhadr/det/setAbsor 1 Lead 2.3 mm
/testhadr/det/setAbsor 2 liquidArgon 5.7 mm
/testhadr/det/setSizeYZ 40 cm
#
/run/initialize
#
/testhadr/gun/setDefault
/gun/particle e-
/gun/energy 1 GeV
#
/analysis/setFileName Pb-lAr-em
/analysis/h1/set 1 110 700. 1100. MeV #edep in absor1
/analysis/h1/set 2 100 0. 300. MeV #edep in absor2
/analysis/h1/set 11 52 0. 52. none #long. profile in absor1
/analysis/h1/set 12 52 0. 52. none #long. profile in absor2
/analysis/h1/set 21 102 0. 102. none #energy flow
/analysis/h1/set 22 110 700. 1100. MeV #energy deposit
/analysis/h1/set 23 100 0. 50. MeV #energy leakage
/analysis/h1/set 24 110 700. 1100. MeV #energy total
#
/run/printProgress 1000
/run/beamOn 10000