Hello Johan,

I confirm that the bug is still there…

The problem is the following:
In the PhotonEvaporation data files are reported the gamma relative intensities and the internal conversion coefficients of each transition, but for the 7-0 (809.907) transition of U234 (maybe also for other nuclides and transitions), the transition intensity is the total one and not the gamma.
As a consequence the computation done by the G4LevelReader class to compute the correct branching ratio is wrong.

I think there are two possible solutions: modify the G4LevelReader source code adding an exception for these types of transitions (if alpha = 1e20 then the intensity must be treated as total and not gamma), or modify the data file with the correct gamma intensity.
I think that for consistency in the data files and if there are no cons, the second option is better, but the correct value should be 0.72e-15 (instead of 0.72e-20) because alpha 1e20 is converted into 1e15.

Regarding the absolute/relative branching ratio, it is strange that this one is different from the others but it’s not a problem because the probabilities are renormalized.

I’ll report this bug on bugzilla.

Andrea