Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/parameterisations/gflash/gflasha/run01.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 /control/verbose 2
0006 /run/verbose 2
0007 #
0008 /exgflash/det/setLbin 60 0.25
0009 /exgflash/det/setRbin 100 0.05
0010 #
0011 /run/setCut 100 um
0012 #
0013 /gps/pos/centre 0 0 0
0014 /gps/particle  e-
0015 /gps/energy    50 GeV
0016 /gps/direction  0. 0. 1.0
0017 
0018 # Paramatrisation on 
0019 /GFlash/flag 1
0020 
0021 # Histograms
0022 /analysis/setFileName run01
0023 
0024 /analysis/h1/set 0 110 0. 110.     none # total energy deposit(percent of Einc) 
0025 /analysis/h1/set 1 100 0. 1.0e6    none # The number of Hits per event
0026 /analysis/h1/set 2 100 0. 20.      MeV  # The energy of Hit
0027 #
0028 
0029 # for drawing the tracks
0030 # (if too many tracks cause core dump => storeTrajectory 0)
0031 #/tracking/storeTrajectory 1
0032 
0033 #/vis/scene/endOfEventAction accumulate
0034 /tracking/verbose 0
0035 
0036 /run/beamOn 100