Please fill out the following information to help in answering your question, and also see tips for posting code snippets
Geant4 Version: geant4-v11.1.1
_Operating System:_win10
_Compiler/Version:_MSVC_2019
— Hello everyone! I would like to share an update on my project related to scavengers. I have made progress by adding a new molecule using the overridden method MyEmDNAChemistry::ConstructMolecule()
and also included the corresponding reaction in the constructReactionTable
. When I print the output using /chem/reaction/print
, it appears as follows:
Currently, I am facing two challenges and would appreciate your guidance:
- I am trying to obtain the yield of a specific molecule. However, I noticed that when I use auto species = G4MoleculeCounter::Instance()->GetRecordedMolecules(), it only returns certain molecules and does not include “Om”.
- Can anyone recommend a reliable website or publication where I can find parameters for rare molecules like this one?