Back to home page

EIC code displayed by LXR

 
 

    


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

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