I have scored the energy spectrum in a region (target filled with Be) for Cs-137 decay. Due to some reason it extends beyond the Q-value. Kindly explain.
You give a kinetic energy of 3 MeV to your primary Cs137 beam.
I think that what you see with theDETECTcard can actually be betas + gammas, everything that is deposited within one primary history.
However, I tried to change the primary energy to 0 and look at the DETECT scoring again and the tail is still there, so at the moment I am not sure why would it reach up to 3 MeV and potentially more, to be investigated.
When using a USRTRK with a DCYSCOREassigned in semi-analoge mode, the spectra look like this.
The primary energy is in fact ignored when ISOTOPEis requested, sorry for the confusion! Yet I still have to find out what is happening there with the DETECTcard.
I cannot understand the peaks around 500-600 for electrons using USRTRK with DCYSCORE. I have simulated for 662 keV photons in identical condition. The electron spectra are attached for it (they don’t have these peaks). I have attached the flair and lis files also.
Meanwhile is there an alternative way to generate energy spectra as DETECT output doesn’t seem to be satisfactory?
The peaks that you are observing are coming from internal conversion electrons. It is better to visualize what is happening with the propagation medium set to VACUUMinstead of BERYLIUM.
You can see tha beta electron spectrum up to ~500 keV (the actual beta spectrum goes in fact up to the Q=1.176 MeV, but a decay directly to the 137 Ba ground state happens only about 5% of the times). The low energy peaks are likely Auger electrons of few tens of keV. The peak at 624 keV and then the following peaks at ~655 keV and up are clear internal conversion electrons. I found this website that explains nicely what happens exactly for our example of 137Cs decay:
in practical terms, a viable solution is indeed to use the source.f routine (…) manually introducing the energy and branching ratios of the lines you care about and steering the sampling accordingly.
That makes sense and I conclude that the decay products are sampled as per their probabilities irrespective of the branch they belong to.
I want to implement the Cs-137 decay scheme where multiple particles (like beta and gamma/IC electron ignoring others) are emitted in a branch. Can you suggest of provide a template of source.f to do it?