Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/runAndEvent/RE06/exampleRE06.fileIO.in is written in an unsupported language. File is not indexed.

0001 /control/verbose 2
0002 /run/particle/verbose 1
0003 /run/initialize
0004 #
0005 #
0006 #
0007 /run/setCutForRegion Calor-A 0.1 mm
0008 /run/setCutForRegion Calor-B 1 mm
0009 /run/setCutForRegion Calor-C 1 cm
0010 /run/beamOn 10
0011 /run/dumpRegion
0012 /run/dumpCouples
0013 # store physice table
0014 #  set store format : 0 binary   1 ascii
0015 /run/particle/setStoredInAscii 0 
0016 /control/shell mkdir -p physTableBinary
0017 /run/particle/storePhysicsTable physTableBinary
0018 #
0019 #
0020 #
0021 /run/setCutForRegion Calor-A 0.2 mm
0022 /run/setCutForRegion Calor-B 2 mm
0023 /run/setCutForRegion Calor-C 2 cm
0024 /run/beamOn 10
0025 /run/dumpRegion
0026 /run/dumpCouples
0027 # store physice table
0028 #  set store format : 0 binary   1 ascii
0029 /run/particle/setStoredInAscii 1 
0030 /control/shell mkdir -p physTableAscii
0031 /run/particle/storePhysicsTable physTableAscii
0032 #
0033 #
0034 #
0035 /run/setCutForRegion Calor-A 0.1 mm
0036 /run/setCutForRegion Calor-B 1 mm
0037 /run/setCutForRegion Calor-C 1 cm
0038 /run/particle/setStoredInAscii 0
0039 /run/particle/retrievePhysicsTable physTableBinary
0040 /run/beamOn 10
0041 /run/dumpRegion
0042 /run/dumpCouples
0043 #
0044 #
0045 #
0046 /run/setCutForRegion Calor-A 0.2 mm
0047 /run/setCutForRegion Calor-B 2 mm
0048 /run/setCutForRegion Calor-C 2 cm
0049 /run/particle/setStoredInAscii 1
0050 /run/particle/retrievePhysicsTable physTableAscii
0051 /run/beamOn 10
0052 /run/dumpRegion
0053 /run/dumpCouples
0054 #
0055 #
0056 #
0057 /control/shell rm -rf physTableBinary physTableAscii
0058 #