| Summary: | missing fluorescence after ionization in Livermore | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Brian <brian.mercurio> |
| Component: | processes/electromagnetic/lowenergy | Assignee: | Sebastien Incerti <incerti> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | 10.4 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Brian
2018-11-13 19:25:08 CET
Hello, Please try to use TestEm5 for your simulations, with macro pixe.mac. Then adapt the pixe.mac macro to your needs (e.g. W target, 160 keV electrons...) Make sure the following commands are used, for Livermore: /process/em/deexcitationIgnoreCut true /process/em/fluo true /process/em/pixe true /process/em/auger true /process/em/augerCascade true /process/em/pixeElecXSmodel Livermore or for Penelope: /process/em/deexcitationIgnoreCut true /process/em/fluo true /process/em/pixe true /process/em/auger true /process/em/augerCascade true /process/em/pixeElecXSmodel Penelope Histogram 51 (and 53) will show spectra of fluo. gammas at creation. Livermore and Penelope spectra should be similar. Note that Livermore and Penelope handle atomic deexcitation similarly (using the same interface) when the command "/process/em/pixe true" is used Sebastien Luciano After comparing the results with incremental changes, it looks like the Livermore ionization model activates deexcitation based on the pixe flag instead of the fluo flag. Is that how it's supposed to activate deexcitation even though what's being simulated is electron-induced x-ray emission instead of proton-induced x-ray emission? The Penelope ionization model with an electron beam does deexcitation when pixe = true and when pixe = false. Yes, this is correct. PIXE is not specific to protons. For example, this command allows to select Livermore models for electron ionisation: /process/em/pixeElecXSmodel Livermore More details at: http://geant4.web.cern.ch/node/1620 |