This model generates the final state for ion inelastic scattering.
For details, see the chapter on the Binary Cascade Model in the
Geant4 Physics Reference Manual.
Invocation:
G4BinaryLightIonReaction* ionModel = new G4BinaryLightIonReaction();
This model may be registered to the inelastic process corresponding
to any of the particles listed below, for example the deuteron:
G4DeuteronInelasticProcess* inelProcess = new G4DeuteronInelasticProcess();
inelProcess->RegisterMe(ionModel);
processManager->AddDiscreteProcess(inelProcess);