Problem 1402

Summary: Livermore photoelectric effect does not produce fluorescence
Product: Geant4 Reporter: Luciano Pandola <pandola>
Component: processes/electromagnetic/lowenergyAssignee: Sebastien Incerti <incerti>
Status: RESOLVED FIXED    
Severity: major    
Priority: P5    
Version: 9.6   
Hardware: All   
OS: All   
Attachments: Patched G4LivermorePhotoElectricModel.cc
Patch for G4LivermorePhotoElectric.cc

Description Luciano Pandola 2012-12-05 09:26:15 CET
The G4LivermorePhotoElectric effect does not produce any fluorescence (x-rays or Auger electrons) in the final state.

Due to a bug in the l. 311 of G4LivermorePhotoElectricEffect.cc
 if(fDeexcitationActive && shellIdx + 1 == nn)
Comment 1 Luciano Pandola 2012-12-05 09:30:21 CET
Created attachment 193 [details]
Patched G4LivermorePhotoElectricModel.cc

The file should replace the buggy file in 
 $G4INSTALL/source/processes/electromagnetic/lowenergy/src

It is necessary to recompile Geant4 after the modification.
Comment 2 Sebastien Incerti 2012-12-05 11:00:19 CET
Bug can be fixed as described.
Comment 3 Luciano Pandola 2012-12-05 14:12:49 CET
Created attachment 194 [details]
Patch for G4LivermorePhotoElectric.cc

Correct version of G4LivermorePhotoElectric.cc, to be replaced to the local Geant4 installation. Development tag emlowen-V09-06-01