Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/parameterisations/gflash/gflasha/csi1.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 
0007 # set calo material
0008 /exgflash/det/setMat G4_CESIUM_IODIDE
0009 
0010 /gps/pos/centre 0 0 0
0011 /gps/particle  e-
0012 /gps/energy    50 GeV
0013 /gps/direction  0. 0. 1.0
0014 
0015 /run/initialize
0016 # Paramatrisation on 
0017 /GFlash/flag 1
0018 /analysis/setFileName gfl_CsI01
0019 
0020 
0021 # for drawing the tracks
0022 # (if too many tracks cause core dump => storeTrajectory 0)
0023 /tracking/storeTrajectory 0
0024 
0025 #/vis/scene/endOfEventAction accumulate
0026 /tracking/verbose 0
0027 
0028 /run/beamOn 10