This model generates the final state for neutron elastic scattering
using the high precision neutron model. For details, see the chapter
on the High Precision Neutron Models in the Geant4 Physics Reference
Manual.
Invocation:
G4NeutronHPElastic* elasticModel = new G4NeutronHPElastic();
G4HadronElasticProcess* elProcess = new G4HadronElasticProcess();
elProcess->RegisterMe(elasticModel);
processManager->AddDiscreteProcess(elProcess);
NOTE: User must first download high precision neutron data files from
Geant4 web page to a local directory, say G4NDL/, then