Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #########################
0002 # Set of the verboses 
0003 #
0004 /control/verbose 1
0005 /tracking/verbose 0
0006 /run/verbose 1
0007 /event/verbose 0
0008 
0009 ##
0010 
0011 /Physics/addPhysics standard_opt4
0012 
0013 ##########################
0014 # Initialisation procedure
0015 #
0016 /run/initialize
0017 
0018 # Set a very high time threshold to allow all decays to happen
0019 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0020 
0021 ###########BEAM##############
0022 
0023 ##Custom Histogram (ElectronFlash)########################
0024 /control/execute 9MeVEF.mac
0025 #/control/execute 7MeVEF.mac
0026 #########################
0027 
0028 # Scoring mesh is used to calculate
0029 #  the dose in the phantom
0030 
0031 /score/create/boxMesh boxMesh_1
0032 
0033 # scorer for dose in water phantom
0034 
0035 /score/mesh/boxSize 60 2 2 mm
0036 /score/mesh/nBin 120 1 1
0037 /score/mesh/translate/xyz 60 0 0 mm 
0038 /score/quantity/doseDeposit dose Gy
0039 
0040 /score/close
0041 
0042 /score/list  
0043 
0044 /run/beamOn     500000
0045 
0046 /score/dumpQuantityToFile boxMesh_1 dose dose.out
0047