Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/eventgenerator/exgps/macros/test01.mac is written in an unsupported language. File is not indexed.

0001 # test01
0002 #
0003 /run/initialize
0004 #
0005 /gps/particle proton
0006 
0007 /gps/pos/type Point
0008 /gps/pos/centre 1. 2. 1. cm
0009 # the above two can be replaced by a single command
0010 # /gps/position 1. 2. 1. cm
0011 #
0012 /gps/ang/type iso
0013 /gps/energy 2. MeV
0014 
0015 # commands below are independent of gps
0016 #
0017 /analysis/setFileName test01
0018 /analysis/h1/set 3 110 -1.1 1.1 none  #cos(theta)
0019 /analysis/h1/set 4 130 -15  375 deg   #phi
0020 /analysis/h2/setX 4 120 0 360 deg 
0021 /analysis/h2/setY 4 100 -1 1 none 
0022 # 
0023 ###/control/execute vis.mac
0024 #
0025 /run/printProgress 10000
0026 #
0027 /run/beamOn 100000