Files
geant4/examples/extended/electromagnetic/TestEm3/exo6q1.mac
T
2016-06-09 10:15:15 +02:00

39 lines
674 B
Plaintext

# $Id: exo6q1.mac,v 1.4 2003/03/06 18:15:02 maire Exp $
#
# Macro file for "TestEm3.cc"
#
# Iron 1 layer;
#
/control/verbose 2
#
# select EM PhysicsList
#
#/testem/phys/addPhysics model
/testem/phys/addPhysics standard
#
/testem/phys/setCuts 7 cm
/run/initialize
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 1
/testem/det/setAbsor 0 Iron 10 m
/testem/det/setSizeYZ 10 m
/testem/det/setField 5 tesla
/testem/det/update
#
/testem/gun/setDefault
#
/control/execute vis.mac
#
/process/list
/process/inactivate MuBrems
/process/inactivate MuIoni
/process/inactivate eBrem
/process/inactivate msc
#
/gun/particle mu+
/gun/energy 1 TeV
/gun/position -6. +2.5 0. m
#