Problem 1874

Summary: Missing de-excitation model warning from G4AtomicTransitionManager
Product: Geant4 Reporter: David Hall <david.hall.physics>
Component: processesAssignee: Vladimir.Ivantchenko
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P5    
Version: 10.2   
Hardware: All   
OS: All   

Description David Hall 2016-06-21 19:52:07 CEST
If I simulate a beam of 150 MeV protons stopping in G4_WATER with RadioactiveDecayPhysics enabled, I encounter the following warning fairly regularly (a few per 100,000 histories):

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : de0001
      issued by : G4AtomicTransitionManager::Shell()
No de-excitation for Z= 3  shellIndex= 2>=  numberOfShells= 2 AtomicShell not found
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

I believe the problem is that a radioactive decay process has created an excited lithium nucleus. This cannot be handled by the de-excitation model, which only covers Z>5 && Z<100.

Could we consider removing the warning message for these cases? The issue is that we see hundreds or even thousands of these warnings in a typical medical physics simulation in water. The inability of the model to handle these nuclei will not affect the validity of our results, so we are only concerned about the verbosity of the warnings.

Thanks,
David
Comment 1 Vladimir.Ivantchenko 2016-08-04 16:52:18 CEST
Dear David,

the problem has been fixed just after Geant4 public release in June. So, it will be available in the next public release in December. If you need a private fix, please, let us know.

VI
Comment 2 David Hall 2016-08-09 21:48:29 CEST
Thanks Vladimir - I'll look forward to the December release then, but I don't need a private version.

Thanks again,
David