Monoenergetic photon pencil beam
From UCL HEP PBT Wiki
m |
|||
| Line 145: | Line 145: | ||
http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/Edep_PhotonB.png | http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/Edep_PhotonB.png | ||
| - | You can plot the dose deposition along the depth of the absorber ('''PlotDose.txt''') using | + | You can plot the dose deposition along the depth of the absorber ('''PlotDose.txt''') using script '''PlotSimulation.C''' from folder '''PhotonPB_source'''. Copy this script to your current '''PhotonPB_build''' directory: |
| + | |||
| + | <pre style="color: #800000; background-color: #dcdcdc"> | ||
| + | cp /home/username/PhotonPBFolder/PhotonPB_source/PlotSimulation.C . | ||
| + | </pre> | ||
| + | |||
| + | Then run the script: | ||
<pre style="color: #800000; background-color: #dcdcdc"> | <pre style="color: #800000; background-color: #dcdcdc"> | ||
| Line 151: | Line 157: | ||
.x PlotSimulation.C | .x PlotSimulation.C | ||
| - | |||
</pre> | </pre> | ||