Warning, /geant4/examples/extended/exoticphysics/channeling/ch3/init_vis.mac is written in an unsupported language. File is not indexed.
0001 # Macro file for the initialization of example ch3
0002 # in interactive session
0003 #
0004 # Set some default verbose
0005 /control/verbose 2
0006 /control/saveHistory
0007 /run/verbose 2
0008 #
0009 # Change the default number of threads (in multi-threaded mode)
0010 #/run/numberOfThreads 4
0011 #
0012 #Initialize kernel
0013 /run/initialize
0014 #
0015 # Initialize kernel
0016 /run/initialize
0017 #
0018 #beam
0019 /gps/particle gamma
0020 #
0021 #coordinate distribution (radial Gauss)
0022 /gps/pos/centre 0. 0. -1. cm
0023 /gps/pos/type Beam
0024 /gps/pos/sigma_x 1 mm
0025 /gps/pos/sigma_y 1 mm
0026 #
0027 #angular distribution (radial Gauss)
0028 /gps/ang/type beam2d
0029 /gps/ang/rot1 1 0 0
0030 /gps/ang/rot2 0 -1 0
0031 /gps/ang/sigma_x 1.E-3 rad
0032 /gps/ang/sigma_y 1.E-3 rad
0033 #
0034 #energy distribution (constant)
0035 /gps/ene/mono 100 GeV
0036 #
0037 # Visualization setting
0038 /control/execute vis.mac