Files
geant4/examples/extended/electromagnetic/TestEm3/ionC12.mac
T
2016-06-09 10:56:29 +02:00

34 lines
606 B
Plaintext

# $Id: ionC12.mac,v 1.6 2004/06/16 10:35:41 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# CsI 1 layer;
#
/control/verbose 2
/run/verbose 2
#
# select EM PhysicsList
#
###/testem/phys/addPhysics g4v52
/testem/phys/addPhysics standard
#
/testem/phys/setCuts 1 mm
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 1
/testem/det/setAbsor 0 CsI 1.99 cm
/testem/det/setSizeYZ 3 cm
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle ionC12
/gun/energy 108 GeV
#
/testem/histo/setHisto 0 200 350. 550. MeV
#
/testem/event/printModulo 1000
/run/beamOn 5000