Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm3/storeTables.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "testEm3.cc"
0003 #
0004 # show how to store and retrieve Physics Tables
0005 #
0006 /control/verbose 2
0007 #
0008 /testem/phys/addPhysics  emstandard_opt0
0009 #
0010 /process/eLoss/verbose 0
0011 /process/eLoss/CSDARange true
0012 /run/initialize
0013 /random/setSavingFlag 1
0014 #
0015 /run/beamOn 3
0016 #
0017 /control/shell mkdir physdata
0018 /run/particle/storePhysicsTable physdata
0019 #
0020 /gun/particle e-
0021 /gun/energy 1 GeV
0022 #
0023 #/run/beamOn 3  
0024 #
0025 /run/particle/retrievePhysicsTable physdata
0026 #
0027 /random/resetEngineFrom currentRun.rndm
0028 /run/beamOn 3
0029 #