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

42 lines
823 B
Plaintext

# $Id: sicapo2.mac,v 1.4 2006/10/31 12:53:48 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Lead-Iron-Silicon 15 layers; electron 6, 8, 10, 12 GeV
#
# SICAPO Collaboration. CERN-PPE/91-218 Nov.91
# NIM A332 (85-90) Feb.93
#
/control/verbose 2
/run/verbose 2
#
/testem/phys/addPhysics standard
#
/testem/det/setNbOfLayers 15
/testem/det/setNbOfAbsor 3
/testem/det/setAbsor 1 Lead 13.00 mm
/testem/det/setAbsor 2 Iron 10.08 mm
/testem/det/setAbsor 3 Silicon 0.4 mm
/testem/det/setSizeYZ 40. cm
#
/testem/phys/setCuts 1 mm
/run/initialize
#
/testem/gun/setDefault
/gun/particle e-
#
/testem/event/printModulo 10
#
/gun/energy 6 GeV
/run/beamOn 100
#
/gun/energy 8 GeV
/run/beamOn 100
#
/gun/energy 10 GeV
/run/beamOn 100
#
/gun/energy 12 GeV
/run/beamOn 100