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

Last change on this file since 1337 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 541 bytes
Line 
1# $Id: storeTables.mac,v 1.10 2009/09/17 20:06:26 maire 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_opt0
11#
12/run/initialize
13/process/eLoss/verbose 1
14/process/eLoss/CSDARange true
15/run/beamOn 3
16#
17/run/particle/storePhysicsTable physdata
18#
19/gun/particle e-
20/gun/energy 1 GeV
21#
22#/run/beamOn 3 
23#
24/run/particle/retrievePhysicsTable physdata
25#
26/random/resetEngineFrom currentRun.rndm
27/run/beamOn 3
28#
Note: See TracBrowser for help on using the repository browser.