Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/brachytherapy/test_macro/FlexiSourceMacro_opt0.mac is written in an unsupported language. File is not indexed.

0001 /testem/phys/addPhysics emstandard_opt0
0002 /run/initialize
0003 /control/verbose 1
0004 /tracking/verbose 0
0005 /run/verbose 0
0006 /event/verbose 0
0007 
0008 #
0009 # Set a very high time threshold to allow all decays to happen
0010 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0011 #
0012 /source/switch Flexi
0013 ###### Generation of primary field
0014 #### Generate gamma deriving from radioactive decay
0015 /control/execute iridium_source_primary.mac
0016 # Scoring mesh is used to calculate
0017 #  the energy deposition in the phantom
0018 /score/create/boxMesh boxMesh_4
0019 #
0020 # the voxels are 0.25 mm wide.
0021 /score/mesh/boxSize 10.0125 10.0125 0.0125 cm
0022 /score/mesh/nBin 801 801 1
0023 /score/quantity/energyDeposit eDep
0024 #
0025 /score/close
0026 #
0027 /score/list                                             
0028 /run/beamOn 1000000000
0029 #
0030 # Dump scores to a file
0031 #
0032 /score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi_opt0.out
0033 #