source: trunk/examples/extended/electromagnetic/TestEm3/retrieveTables.mac@ 1228

Last change on this file since 1228 was 807, checked in by garnier, 17 years ago

update

File size: 443 bytes
Line 
1# $Id: retrieveTables.mac,v 1.4 2007/05/18 19:00:44 vnivanch Exp $
2#
3# Macro file for "exampleN03.cc"
4#
5# can be run in batch, without graphic
6# or interactively: Idle> /control/execute run1.mac
7#
8/control/verbose 2
9#
10# select EM PhysicsList
11#
12/testem/phys/addPhysics emstandard
13#
14/run/particle/retrievePhysicsTable physdata
15/run/initialize
16#
17/gun/particle e-
18/gun/energy 1 GeV
19#
20/run/beamOn 3
21#
22/run/particle/storePhysicsTable physdata1
23#
Note: See TracBrowser for help on using the repository browser.