70 G4cout <<
"### G4PEEffectModel is obsolete "
71 <<
"and will be removed for the next release." <<
G4endl;
75 fminimalEnergy = 1.0*
eV;
110 return SandiaCof[0]/energy + SandiaCof[1]/energy2 +
111 SandiaCof[2]/energy3 + SandiaCof[3]/energy4;
128 return SandiaCof[0]/energy + SandiaCof[1]/energy2 +
129 SandiaCof[2]/energy3 + SandiaCof[3]/energy4;
155 while ((i<nShells) && (energy<anElement->GetAtomicShell(i))) { ++i; }
165 if (elecKineEnergy > fminimalEnergy) {
176 fvect->push_back(aParticle);