Warning, /geant4/examples/extended/exoticphysics/channeling/ch3/run.mac is written in an unsupported language. File is not indexed.
0001 /random/setSeeds 19577794 424238336
0002 #setting number of cores
0003 /run/numberOfThreads 2
0004
0005 /run/initialize
0006
0007 #settings
0008 /control/verbose 0
0009 /run/verbose 0
0010 /tracking/verbose 0
0011
0012 #beam
0013 /gps/particle gamma
0014
0015 #coordinate distribution (radial Gauss)
0016 /gps/pos/centre 0. 0. -1. cm
0017 /gps/pos/type Beam
0018 /gps/pos/sigma_x 1 mm
0019 /gps/pos/sigma_y 1 mm
0020
0021 #angular distribution (radial Gauss)
0022 /gps/ang/type beam2d
0023 /gps/ang/rot1 1 0 0
0024 /gps/ang/rot2 0 -1 0
0025 /gps/ang/sigma_x 1.E-3 rad
0026 /gps/ang/sigma_y 1.E-3 rad
0027
0028 #energy distribution (constant)
0029 /gps/ene/mono 100 GeV
0030
0031 #statistics
0032 /run/printProgress 10
0033 /run/beamOn 1000