Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/parameterisations/gflash/gflasha/test.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file gflasha example
0003 # when runing in batch mode
0004 #
0005 
0006 /exgflash/det/setLbin 40 0.5
0007 /exgflash/det/setRbin 50 0.1
0008 
0009 /gps/pos/centre 0 0 0
0010 /gps/particle  e-
0011 /gps/energy    50 GeV
0012 /gps/direction  0. 0. 1.0
0013 
0014 # Paramatrisation on
0015 /GFlash/flag 1
0016 
0017 
0018 # for drawing the tracks
0019 # (if too many tracks cause core dump => storeTrajectory 0)
0020 #/tracking/storeTrajectory 1
0021 
0022 #/vis/scene/endOfEventAction accumulate
0023 /tracking/verbose 0
0024 
0025 /run/beamOn 100
0026 
0027 # Paramatrisation off
0028 /GFlash/flag 0
0029 /analysis/setFileName gflash00
0030 
0031 
0032 /run/beamOn 100