High-precision dosimetry

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 100: Line 100:
* kinetic energy difference along the step[eV]  
* kinetic energy difference along the step[eV]  
-
You can analyze the '''dna.root''' file using '''plot.C''' macro. The macro produces two plots. The first plot shows the distribution of the different physics plrocesses when the incident particle interacts with the water cube. The second plot shows the trajectory of the incident particle. [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/DNAProject/dnaphysics/flags.txt Here] you can find the codes for '''flagParticle''' and '''flagProcess'''.
+
You can analyze the '''dna.root''' file using '''plot.C''' macro.  
 +
 
 +
<pre style="color: #800000; background-color: #dcdcdc">
 +
root -l
 +
 
 +
.x plot.C
 +
</span>
 +
 
 +
The macro produces two plots. The first plot shows the distribution of the different physics plrocesses when the incident particle interacts with the water cube. The second plot shows the trajectory of the incident particle. [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/DNAProject/dnaphysics/flags.txt Here] you can find the codes for '''flagParticle''' and '''flagProcess'''. These are the resulting plots: 
==== <span style="color:#000080"> Changes in macro dna.mac </span> ====
==== <span style="color:#000080"> Changes in macro dna.mac </span> ====
Line 106: Line 114:
You can change the type and the energy of the incident particle by modifying the macro dna.mac. Open the macro with editor pico:  
You can change the type and the energy of the incident particle by modifying the macro dna.mac. Open the macro with editor pico:  
-
 
+
<pre style="color: #800000; background-color: #dcdcdc">
#/control/execute vis.mac
#/control/execute vis.mac
/tracking/verbose 0
/tracking/verbose 0
Line 122: Line 130:
/process/em/auger true
/process/em/auger true
/run/beamOn 100
/run/beamOn 100
 +
</span>
==== <span style="color:#000080"> Visualisation </span> ====
==== <span style="color:#000080"> Visualisation </span> ====

Revision as of 15:47, 29 August 2014

Personal tools