High-precision dosimetry
From UCL HEP PBT Wiki
m |
m |
||
| Line 172: | Line 172: | ||
==== <span style="color:#000080"> Root file </span> ==== | ==== <span style="color:#000080"> Root file </span> ==== | ||
| + | |||
| + | The macro dnageometry.mac produces a root files '''dnageometry.root''' with ntuples containing the following information for every step: | ||
| + | |||
| + | * type of particle | ||
| + | * type of physics process | ||
| + | * the two DNA strands | ||
| + | * x, y and z coordinates of the post step [nm] | ||
| + | * total energy deposit alo[eV] | ||
| + | * step length [nm] | ||
| + | |||
| + | You can analyze the root files using '''plot.C''' macro. First, copy this macro to your directory, then run the root | ||
| + | macro. | ||
| + | |||
| + | <pre style="color: #800000; background-color: #dcdcdc"> | ||
| + | [username@plus1 dnaphysics_build]$ cp /home/username/DNAProject/dnageometry/plot.C . | ||
| + | |||
| + | [username@plus1 dnaphysics_build]$ root -l | ||
| + | |||
| + | root [1] .x plot.C | ||
| + | </pre> | ||
| + | |||
| + | The macro produces a plot that shows the position of the two DNA strands. In This is the plot: | ||
| + | |||
| + | http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/DNAProject/dnageometry/plot.png | ||
==== <span style="color:#000080"> Run with different settings </span> ==== | ==== <span style="color:#000080"> Run with different settings </span> ==== | ||
| + | |||
=== <span style="color:#ff0000"> microbeam </span> === | === <span style="color:#ff0000"> microbeam </span> === | ||