source: trunk/examples/extended/electromagnetic/TestEm3/storeTables.mac @ 812

Last change on this file since 812 was 807, checked in by garnier, 16 years ago

update

File size: 483 bytes
Line 
1# $Id: storeTables.mac,v 1.8 2007/05/18 19:00:44 vnivanch Exp $
2#
3# Macro file for "testEm3.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/testem/phys/addPhysics  emstandard
11#
12/run/initialize
13/run/beamOn 3
14#
15/run/particle/storePhysicsTable physdata
16#
17/gun/particle e-
18/gun/energy 1 GeV
19#
20#/run/beamOn 3 
21#
22/run/particle/retrievePhysicsTable physdata
23#
24/random/resetEngineFrom currentRun.rndm
25/run/beamOn 3
26#
Note: See TracBrowser for help on using the repository browser.