Files
geant4/examples/extended/electromagnetic/TestEm3/storeTables.mac
T
2016-06-09 10:41:53 +02:00

28 lines
510 B
Plaintext

# $Id: storeTables.mac,v 1.4 2003/10/24 12:12:11 maire Exp $
#
# Macro file for "testEm3.cc"
#
# can be run in batch, without graphic
# or interactively: Idle> /control/execute run1.mac
#
/control/verbose 2
#
###/testem/phys/addPhysics g4v52
/testem/phys/addPhysics standard
#
/run/initialize
/run/beamOn 0
#
/run/particle/storePhysicsTable physdata
#
/gun/particle e-
/gun/energy 1 GeV
#
/run/beamOn 3
#
/run/particle/retrievePhysicsTable physdata
#
/random/resetEngineFrom currentRun.rndm
/run/beamOn 3
#