Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/xray_SiliconPoreOptics/run01.mac is written in an unsupported language. File is not indexed.

0001 #/control/cout/ignoreThreadsExcept 0
0002 #/run/numberOfThreads 1
0003 #/control/verbose 2
0004 /run/verbose 1
0005 #/tracking/verbose 1
0006 
0007 # Read the detector
0008 /xrayopt/det/readGDML pores.gdml
0009 
0010 # Define the physics list
0011 /testem/phys/addPhysics SpacePhysics
0012 /process/em/AddEmRegion InnerRegion G4EmStandardSS
0013 
0014 #
0015 /run/initialize
0016 
0017 # Set a very high time threshold to allow all decays to happen
0018 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0019 
0020 # Define the particle gun
0021 /gps/particle proton
0022 /gps/pos/type Plane
0023 /gps/pos/shape Square
0024 /gps/pos/centre 25.8491 0.0585 10.1514 cm
0025 /gps/pos/halfx 0.0303 cm
0026 /gps/pos/halfy 0.0415 cm
0027 /gps/ang/type cos
0028 /gps/ang/mintheta 0 deg
0029 /gps/ang/maxtheta 1 deg
0030 /gps/energy 100.0 keV
0031 
0032 # Define the analys file name
0033 /analysis/setFileName output.root
0034 
0035 /run/printProgress 100
0036 /run/beamOn 5000