25 lines
473 B
Plaintext
25 lines
473 B
Plaintext
# $Id: retrieveTables.mac,v 1.3 2007/03/15 18:56:33 vnivanch Exp $
|
|
#
|
|
# Macro file for "exampleN03.cc"
|
|
#
|
|
# can be run in batch, without graphic
|
|
# or interactively: Idle> /control/execute run1.mac
|
|
#
|
|
/control/verbose 2
|
|
#
|
|
# select EM PhysicsList
|
|
#
|
|
#/testem/phys/addPhysics model
|
|
/testem/phys/addPhysics standard
|
|
#
|
|
/run/particle/retrievePhysicsTable physdata
|
|
/run/initialize
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 1 GeV
|
|
#
|
|
/run/beamOn 3
|
|
#
|
|
/run/particle/storePhysicsTable physdata1
|
|
#
|