Problem 1402 - Livermore photoelectric effect does not produce fluorescence
Summary: Livermore photoelectric effect does not produce fluorescence
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic/lowenergy (show other problems)
Version: 9.6
Hardware: All All
: P5 major
Assignee: Sebastien Incerti
URL:
Depends on:
Blocks:
 
Reported: 2012-12-05 09:26 CET by Luciano Pandola
Modified: 2012-12-05 14:12 CET (History)
0 users

See Also:


Attachments
Patched G4LivermorePhotoElectricModel.cc (16.26 KB, application/octet-stream)
2012-12-05 09:30 CET, Luciano Pandola
Details
Patch for G4LivermorePhotoElectric.cc (16.25 KB, text/x-c++src)
2012-12-05 14:12 CET, Luciano Pandola
Details

Note You need to log in before you can comment on or make changes to this problem.
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