Warning, /geant4/examples/extended/exoticphysics/channeling/ch1/init_vis.mac is written in an unsupported language. File is not indexed.
0001 # Macro file for the initialization of example ch01
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 #coordinate distribution (radial Gauss)
0019 /gps/pos/centre 0. 0. -1. cm
0020 /gps/pos/type Beam
0021 /gps/pos/sigma_x 0.07 mm
0022 /gps/pos/sigma_y 0.2 mm
0023 #
0024 #angular distribution (radial Gauss)
0025 /gps/ang/type beam2d
0026 /gps/ang/rot1 1 0 0
0027 /gps/ang/rot2 0 -1 0
0028 /gps/ang/sigma_x 30.E-6 rad
0029 /gps/ang/sigma_y 30.E-6 rad
0030 #
0031 # Visualization setting
0032 /control/execute vis.mac