Files
geant4/examples/extended/electromagnetic/TestEm11/radioactive.mac
T
2018-12-07 15:15:39 +01:00

31 lines
592 B
Plaintext

#
# multiLayers
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setNbOfAbsor 4
/testem/det/setAbsor 1 G4_PLEXIGLASS 5 mm
/testem/det/setAbsor 2 G4_Al 0.5 mm
/testem/det/setAbsor 3 G4_AIR 2 mm
/testem/det/setAbsor 4 G4_SODIUM_IODIDE 5 cm
/testem/det/setSizeYZ 5 cm
#
/testem/phys/addPhysics local # em physics
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle ion
/gun/ion 11 22
/gun/energy 0 eV
/gun/position -26.25 0 0 mm
#
/analysis/setFileName rdecay
/analysis/h1/set 14 100 0. 3. MeV #edep in absor 4
/analysis/h1/setAscii 14
#
/run/printProgress 10000
#
/run/beamOn 100000