Back to home page

EIC code displayed by LXR

 
 

    


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

0001 ########################################
0002 #
0003 /score/create/boxMesh boxMesh_2a
0004 #
0005 /score/mesh/boxSize 30. 30. 20. cm
0006 /score/mesh/translate/xyz 0. 0. -80. cm
0007 /score/mesh/nBin 20 20 20
0008 #
0009 /score/quantity/nOfStep nOfStepGamma
0010 /score/filter/particle gammaFilter gamma
0011 #
0012 /score/close
0013 #
0014 ########################################
0015 #
0016 /score/create/boxMesh boxMesh_2b
0017 #
0018 /score/mesh/boxSize 60. 60. 30. cm
0019 /score/mesh/translate/xyz 0. 0. -30. cm
0020 /score/mesh/nBin 50 50 25
0021 #
0022 /score/quantity/nOfStep nOfStepGamma
0023 /score/filter/particle gammaFilter gamma
0024 #
0025 /score/close
0026 #
0027 ########################################
0028 #
0029 /score/create/boxMesh boxMesh_2c
0030 #
0031 /score/mesh/boxSize 100. 100. 50. cm
0032 /score/mesh/translate/xyz 0. 0. 50. cm
0033 /score/mesh/nBin 50 50 25
0034 #
0035 /score/quantity/nOfStep nOfStepGamma
0036 /score/filter/particle gammaFilter gamma
0037 #
0038 /score/close
0039 #
0040 ########################################
0041 #
0042 /score/list
0043 #
0044 /vis/disable
0045 /run/beamOn 2000
0046 /vis/enable
0047 #
0048 ########################################
0049 #
0050 /score/drawProjection boxMesh_2c nOfStepGamma
0051 /score/drawProjection boxMesh_2b nOfStepGamma
0052 /score/drawProjection boxMesh_2a nOfStepGamma
0053 #