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

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

update to geant4.9.3

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