Problem 2014

Summary: emission of e- in electronic capture
Product: Geant4 Reporter: michel.maire
Component: processes/hadronic/modelsAssignee: dennis.herbert.wright
Status: REOPENED REMIND    
Severity: minor    
Priority: P4    
Version: 10.3   
Hardware: All   
OS: All   
Attachments: PhysicsList.cc

Description michel.maire 2017-11-14 17:48:40 CET
Created attachment 474 [details]
PhysicsList.cc

Below a macro for rdecay01 showing the e- created by electronic capture, even with auger=false.

In attachement, the physics list configuration : ARM=true, fluo=true, auger=false
 
 /control/verbose 2
 /run/verbose 1
 #
 /gun/particle ion
 /gun/ion 26 55
 #
 /rdecay01/fullChain true
 #
 /tracking/verbose 2
 /run/beamOn 1
 /tracking/verbose 0
 #
 /analysis/setFileName ecapt
 /analysis/h1/set 1 200  0. 7000. eV	#e+ e-
 /analysis/h1/set 3 200  0. 7000. eV	#gamma
 /analysis/h1/set 6 100  230. 240. keV	#EkinTot (Q)
 #
 /run/printProgress 10000
 /run/beamOn 100000
Comment 1 dennis.herbert.wright 2017-11-21 20:45:57 CET
Using this macro and tag geant4-10-03-ref-10 I no longer see e- produced in this reaction.  The fix will appear in Geant4 10.4.
Comment 2 michel.maire 2017-11-22 10:22:32 CET
Dummy e- seems still present in ref-10.
I re-open the item