Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/runAndEvent/RE03/run3.mac is written in an unsupported language. File is not indexed.

0001 ########################################
0002 #
0003 /score/create/boxMesh boxMesh_3a
0004 #
0005 /score/mesh/boxSize 1. 1. 1. m
0006 /score/mesh/nBin 10 10 10
0007 #
0008 /score/quantity/nOfStep nOfStepGamma
0009 /score/filter/particle gammaFilter gamma
0010 #
0011 /score/close
0012 #
0013 ########################################
0014 #
0015 /score/create/boxMesh boxMesh_3b
0016 #
0017 /score/mesh/boxSize 100. 100. 20. cm
0018 /score/mesh/nBin 50 50 20
0019 #
0020 /score/quantity/nOfStep nOfStepGamma
0021 /score/filter/particle gammaFilter gamma
0022 #
0023 /score/close
0024 #
0025 ########################################
0026 #
0027 /score/list
0028 #
0029 /vis/disable
0030 /run/beamOn 2000
0031 /vis/enable
0032 #
0033 ########################################
0034 #
0035 /score/drawProjection boxMesh_3a nOfStepGamma
0036 /score/drawProjection boxMesh_3b nOfStepGamma ! 11
0037 #