Files
geant4/examples/extended/electromagnetic/TestEm3/run07.mac
T
2016-06-09 14:55:03 +02:00

32 lines
598 B
Plaintext

# $Id: run07.mac,v 1.12 2006/10/31 12:53:48 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# LiquidArgon-Lead 2 layers; proton 500 MeV
#
/control/verbose 2
/run/verbose 2
#
/testem/phys/addPhysics standard
#
/testem/det/setNbOfLayers 2
/testem/det/setNbOfAbsor 2
/testem/det/setAbsor 1 liquidArgon 4 mm
/testem/det/setAbsor 2 Lead 4 mm
/testem/det/setSizeYZ 16 mm
#
/testem/phys/setCuts 1.5 mm
#
/run/initialize
#
/process/inactivate msc
#
/testem/gun/setDefault
/gun/particle proton
/gun/energy 500 MeV
#
/testem/event/printModulo 100
#
#/run/beamOn 1000