Strange PIXE behavior

Dear all,

I have a question about the PIXE model.

If I simulate a simple charged particle that moves in a uniform material (alpha particle) and I set the PIXE model to False (/process/em/pixe 0) and I set a secondary production threshold at 100 keV, I obtain that the particle does some steps and deposit its energy by ionization, without secondary particles, and it’s ok.

If I set the PIXE model to True (/process/em/pixe 1), a lot of secondary electrons with low energy are produced. For an alpha particle of 5 MeV in a material consisting of C and H, I obtain about 600 electrons of 256 or 264 or 273 eV.

Why that behavior?
Is it normal that so many electrons are produced only for one alpha?
Why do they have only those three energies?
Why the production threshold is ignored?

Thank you

Andrea

Hello,

I am sorry but it is difficult to understand results of your simulations. I would suggest to try out $G4INSTALL/examples/extended/electromagnetic/TestEm5 and macro file pixe.mac

You do not change code of the example only play with macro files and histograms.

VI

Hi,

Thank you for your suggestion.

I tried to simulate the same physical problem with the example TestEm5.
I have modified the pixe.mac file as follow, only to have alpha particles of 5.3 MeV in water:

/testem/det/setAbsMat G4_WATER
/testem/det/setAbsThick 1 mm
/testem/det/setAbsYZ 1 mm
#
/testem/phys/addPhysics emlivermore
#
/run/setCut 0.1 mm
/run/setCutForAGivenParticle gamma 0.5 um
#
/process/em/deexcitationIgnoreCut true
#/process/em/deexcitation world true false true
/process/em/fluo true
/process/em/pixe true
/process/em/auger true
/process/em/augerCascade true
#
/run/initialize
#
/testem/gun/setDefault
/gun/particle alpha
/gun/energy 5.3 MeV
*# *
/analysis/setFileName pixe
/analysis/h1/set 3 1000 0 1 keV #gamma: energy at vertex
/analysis/h1/set 51 1000 0 1 keV #gamma: energy at vertex
/analysis/h1/set 55 1000 0 1 keV #gamma: energy at vertex
/analysis/h1/set 20 1000 0 1 keV #gamma: energy at exit
/analysis/h1/set 40 1000 0 1 keV #gamma: energy at back
#
/analysis/h1/set 2 1000 0 1 keV #e-: energy at vertex
/analysis/h1/set 50 1000 0 1 keV #e-: energy at vertex
/analysis/h1/set 54 1000 0 1 keV #e-: energy at vertex
/analysis/h1/set 10 1000 0 1 keV #e-: energy at exit
/analysis/h1/set 30 1000 0 1 keV #e-: energy at back

In the histogram #54 (energy of PIXE electron at creation), I can see the same behavior:
a lot of low energy electrons (about 150 for each alpha particle) with only three energies: 479, 494, 509 keV.

The difference between my previous data and these results I think is due to the fact that my material was different from water, but the concept is the same.

Thank you for your help!

histo

Dear all,

I’d like to add two new topics to this behavior, and I hope that someone could help me.

First one: Decay of Am241

I have simulated the decay of Am241 and using the “/tracking/verbose 2” command I saw that a lot of X-rays from K shell (101.574 and 97.498 keV) are produced if PIXE is OFF as a consequence of these internal conversion transitions: 59.54 -> 0 keV and 102.96 -> 59.54 keV.
I don’t understand how is it possible: in fact from that excited state no internal conversions on K shell are allowed (in fact, the PhotonEvaporation file is correct and the probability is set to 0).
I if simulate the Am241 decay gamma spectrum of HPGe detector, I see that the spectrum is very different from the experimental one because these (and other) high energy X-ray peaks are should not be present.

If I turn ON the PIXE, these X-rays are not produced with this high probability anymore and the “gamma spectrum” of the Am241 decay is compatible with the experimental one.

Now: why that behavior (wrong Am241 deexcitation if PIXE is OFF)? The deexcitation from internal conversion should not be controlled by PIXE, right? Why there is this interaction between PIXE and atom deexcitation from radioactive decay?

I have attached a comparison of the HPGe simulated spectra of Am241 with and without PIXE (red and blue respectively).
I have also attached an output of the tracking/verbose when a 102 X-ray is generated as a consequence of the IC of the 59.5 keV state.

Second one: Electron produced by PIXE

As I reported in the previous posts, I saw that when the PIXE is turned ON a lot of secondary electrons of very low energy are produced during ionization steps (thousands of few eV (or tenth of eV) electrons) in low Z materials.
For example, only one alpha produced in Am241 decay produces something like 2000-3000 secondary electrons in SiO2.

Are these behaviors correct? Is it normal that so many electrons are produced?
Why the production threshold is ignored?

I hope that someone can help me to understand the behavior of PIXE…

Thanks a lot


Am241 decay.txt (4.7 KB)

I observed that the wrong de-excitation of Np237 (from Am241 decay) is present from G4.10.05 (still present in 10.6.p01) but is not present in version 10.04.p03 and previous.

So, I have created a report in Bugzilla.