Warning, /geant4/examples/extended/parameterisations/gflash/gflasha/csi.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 # set calo material
0006 /exgflash/det/setMat G4_CESIUM_IODIDE
0007
0008 #detector geometry 3 x 3 cristal ~5 Rm and ~30 X0
0009
0010 /exgflash/det/setNbCrys 3
0011 /exgflash/det/setCrysWidth 5.2 cm
0012 /exgflash/det/setCrysLength 56.0 cm
0013
0014 /exgflash/det/setLbin 60 0.5
0015 /exgflash/det/setRbin 50 0.1
0016
0017 /run/initialize
0018
0019 #/gps/pos/centre 0 0 0
0020 #/gps/particle e-
0021 #/gps/energy 50 GeV
0022 #/gps/direction 0. 0. 1.0
0023
0024 # Paramatrisation on
0025 /GFlash/flag 1
0026
0027
0028 # for drawing the tracks
0029 # (if too many tracks cause core dump => storeTrajectory 0)
0030 #/tracking/storeTrajectory 1
0031
0032 #/vis/scene/endOfEventAction accumulate
0033 /tracking/verbose 0
0034
0035 /run/beamOn 100
0036
0037 # Paramatrisation off
0038 /GFlash/flag 0
0039 /analysis/setFileName gflash00
0040
0041
0042 /run/beamOn 100