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

38 lines
788 B
Plaintext

# $Id: sicapo3.mac,v 1.5 2006/10/31 12:53:48 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Lead-Silicon 10 layers; electron 2, 4, 6 GeV
#
# SICAPO Collaboration. NIM A345 (244-249) Oct.93
#
/control/verbose 2
/run/verbose 2
#
/testem/phys/addPhysics standard
#
/testem/det/setNbOfLayers 10
/testem/det/setNbOfAbsor 4
###/testem/det/setAbsor 1 Iron 35.7 mm
/testem/det/setAbsor 1 Lead 19.0 mm
/testem/det/setAbsor 2 NemaG10 0.2 mm
/testem/det/setAbsor 3 Silicon 0.4 mm
/testem/det/setAbsor 4 NemaG10 1.0 mm
/testem/det/setSizeYZ 16. cm
#
/testem/phys/setCuts 1 mm
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle e-
/gun/energy 6 GeV
#
/testem/histo/setHisto 3 100 0. 50. MeV
#
/testem/event/printModulo 100
#
/run/beamOn 500