[Simulation question]: g4em-dna_opt2 vs. g4em-standard_opt4 (dose point kernel for monoenergetic electrons and photons) #75
-
Simulation questionI have performed dose-point kernel computations in water for mono-energic electrons and photons. I have worked with a point source and a set of concentric spheres placed inside each other (see script for details). I have both used g4em-dna-opt2 and g4em-standard_opt4. For photons, I see good agreement between the two physics lists. For electrons, however, I see significant deviations in the "bremsstrahlung tails". Below are the examples for 10 keV, 100 keV and 200 kV particle energy at distances from 1 um to 3 mm from the point source. The main deviations for the electrons are beyond the CSDA range for electrons (indicated in the graphs by a vertical dashed line). My interpretation is that the two physics differ with respect to bremsstrahlung PRODUCTION rather that with respect to the TRANSPORT of photons. I have three questions: Many thanks for any assistance with this problem. Claus E. Andersen, DTU Health Tech, Denmark Here are my main settings: Physics############################################################### Select either g4em-dna:sv:Ph/Default/Modules = 2 "g4em-dna_opt2" "g4radioactivedecay" OR g4em-standard:#sv:Ph/Default/Modules = 2 "g4em-standard_opt4" "g4radioactivedecay" d:Ph/Default/SetProductionCutLowerEdge = 250 eV dpk-10030-photons-and-electrons.pdf TOPAS-nBio categoryPhysics Code of Conduct
Attestation
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Claus, For example, the TOPAS-nBio/processes/TsEmStandardPhysics_option4.cc (Topas module called "Tsem-standard_opt4") is defined the same as g4em-standard_opt4, with just an extra option to change the brem angular distribution. You could make something similar for g4em-dna-opt2 to add the brem process and rebuild Topas-nbio. |
Beta Was this translation helpful? Give feedback.
Hi Claus,
Besides the intrinsic difference in electron transport between condensed-history (g4em-standard_opt4) and track-structure (g4em-dna_opt2), the g4em-dna-opt2 has not the bremsstrahlung process implemented. One option would be to create a customized physics list based on G4EmDNAPhysics_option2, and add to it the brem process.
For example, the TOPAS-nBio/processes/TsEmStandardPhysics_option4.cc (Topas module called "Tsem-standard_opt4") is defined the same as g4em-standard_opt4, with just an extra option to change the brem angular distribution. You could make something similar for g4em-dna-opt2 to add the brem process and rebuild Topas-nbio.
Best.