Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm7/ionC12.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "TestEm7.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 /control/verbose 2
0006 /run/verbose 2
0007 /tracking/verbose 0
0008 #
0009 /testem/det/setMat G4_WATER
0010 /testem/det/setSizeX  20 cm
0011 /testem/det/setSizeYZ 20 cm
0012 #
0013 /testem/det/tallyNumber 4
0014 /testem/det/tallyDefinition 0 2. 2. 2. mm
0015 /testem/det/tallyDefinition 1 2. 2. 2. mm
0016 /testem/det/tallyDefinition 2 2. 2. 2. mm
0017 /testem/det/tallyDefinition 3 2. 2. 2. mm
0018 /testem/det/tallyPosition 0 -9.9 0. 0. cm
0019 /testem/det/tallyPosition 1 -5.  0. 0. cm
0020 /testem/det/tallyPosition 2  0.  0. 0. cm
0021 /testem/det/tallyPosition 3  5.  0. 0. cm
0022 #
0023 /testem/phys/addPhysics  emstandard_opt0
0024 #/testem/phys/addPhysics  ionGasModels
0025 /testem/phys/addPhysics  elastic
0026 /testem/phys/addPhysics  binary
0027 /testem/phys/addPhysics  binary_ion
0028 #
0029 /run/initialize
0030 #
0031 /gun/particle ion
0032 /gun/ion 6 12 6
0033 /gun/energy 2.4 GeV
0034 #
0035 # step limit
0036 /run/setCut 0.5 mm
0037 #
0038 /run/printProgress 100
0039 #
0040 /analysis/setFileName c12_opt0
0041 /analysis/h1/set 1 1200 0 120 mm
0042 /analysis/h1/set 2 100 80 90 mm
0043 /analysis/h1/set 3 100 80 90 mm
0044 #
0045 /run/beamOn 10000
0046 #