Question about PhotoElecticEffect class

As far as i know Livermore package works for energy limits 100ev-1GeV. In energy limit zone 1keV-100keV is known dominates Photoelectric effect and then Compton. Livermore model is being added in G4VEmProcess by inherit class G4PHotoElectricEffect. in this class i see the limitation of primary particles of 200keV. So my question is : is this parameter relevant?

1 Like

Ciao Alex,

I am not sure that I got your point. However, there is no 200 keV limitation in the PhotoElectricLivermore model.

Ciao
Luciano

There is a parameter SetMinKinEnergyPrim(200keV) in G4PhotoElectricEffect.cc. Do you mean that it has no particular meaming?

I think it is overridden by the subsequent inherited models