This model generates the final state for neutron inelastic
scattering. It is one of the LEP models which was derived from
the low energy part of GHEISHA. For details, see the chapter on
Parameterized Models in the Geant4 Physics Reference Manual.
Invocation:
G4LENeutronInelastic* model = new G4LENeutronInelastic();
neutronProcess->RegisterMe(model);
neutronManager->AddDiscreteProcess(neutronProcess);