Files
geant4/examples/extended/electromagnetic/TestEm7/TestEm7.in
T
2016-06-09 15:58:43 +02:00

62 lines
1.2 KiB
Plaintext

# $Id: TestEm7.in,v 1.20 2008/11/20 20:34:50 vnivanch Exp $
#
# Macro file for "TestEm7.cc"
# (can be run in batch, without graphic)
#
#
/control/verbose 1
/run/verbose 1
#
/testem/det/setMat G4_WATER
/testem/det/setSizeX 20 cm
/testem/det/setSizeYZ 20 cm
#
/testem/det/tallyMat G4_WATER
/testem/det/tallySize 2. 2. 2. mm
/testem/det/tallyPosition -9.9 0. 0. cm
/testem/det/tallyPosition -5. 0. 0. cm
/testem/det/tallyPosition 0. 0. 0. cm
/testem/det/tallyPosition 5. 0. 0. cm
#
/testem/phys/addPhysics emstandard_opt3
#
/run/initialize
#
/gun/particle proton
/gun/energy 160 MeV
# beam size
/testem/gun/rndm 3 mm
#
/testem/event/printModulo 1000
/testem/stepMax 1 mm
#
/run/beamOn 10000
#
/testem/stepMax 100 mm
/gun/particle ion
/gun/ion 6 12 6
/gun/energy 3.5 GeV
/run/beamOn 1000
#
/testem/det/setMat G4_Cu
/testem/det/tallyMat G4_Cu
/testem/det/update
/gun/particle kaon+
/gun/energy 100 MeV
/run/beamOn 1000
#
/testem/det/setMat TechVacuum
/testem/det/tallyMat TechVacuum
/testem/det/update
/gun/particle alpha
/gun/energy 0.265 keV
/run/beamOn 100
#
/testem/det/setMat G4_WATER
/testem/det/tallyMat G4_WATER
/testem/det/update
/gun/particle alpha
/gun/energy 100 MeV
/run/beamOn 100
#