Warning, /geant4/examples/extended/parameterisations/Par04/common_settings.mac is written in an unsupported language. File is not indexed.
0001 # Supress output of physics list initialization
0002 /process/had/verbose 0
0003 # Detector Construction
0004 /Par04/detector/setDetectorInnerRadius 80 cm
0005 /Par04/detector/setDetectorLength 2 m
0006 /Par04/detector/setNbOfLayers 90
0007 /Par04/detector/setAbsorber 0 G4_W 1.4 mm false
0008 /Par04/detector/setAbsorber 1 G4_Si 0.3 mm true
0009 ## 2.325 mm of tungsten =~ 0.25 * 9.327 mm = 0.25 * R_Moliere
0010 /Par04/mesh/setSizeOfRhoCells 2.325 mm
0011 ## 2 * 1.4 mm of tungsten =~ 0.65 X_0
0012 /Par04/mesh/setSizeOfZCells 3.4 mm
0013 /Par04/mesh/setNbOfRhoCells 18
0014 /Par04/mesh/setNbOfPhiCells 50
0015 /Par04/mesh/setNbOfZCells 45
0016 ## Parallel world
0017 ## 32 slices in 2 pi
0018 /Par04/parallel/setNbOfSlices 320
0019 ## detector length / 100 rows = 4m / 100 = 4cm
0020 /Par04/parallel/setNbOfRows 100
0021
0022 # Initialize
0023 /run/initialize
0024 /gun/energy 10 GeV
0025 /gun/position 0 0 0
0026 /gun/direction 0 1 0