G4ExcitationHandler* theHandler = new G4ExcitationHandler(); G4PreCompoundModel* precModel = new G4PreCompoundModel(theHandler);
G4NeutronInelasticProcess* inelProcess = new G4NeutronInelasticProcess(); inelProcess->RegisterMe(precModel); processManager->AddDiscreteProcess(inelProcess);