45 , theNeutronFission(0)
46 , theNeutronCapture(0)
54 const G4String& INprocessName =
"MixedHPQNeutronInelasticProcess";
56 const G4String& NGprocessName =
"MixedHPQNeutronGammaProcess";
58 const G4String& FIprocessName =
"MixedHPQNeutronFissionProcess";
64 delete theCHIPSInelastic;
65 delete theCHIPSNGamma;
66 delete theNeutronInelastic;
68 delete theInProcessMixer;
69 delete theNgProcessMixer;
70 delete theFiProcessMixer;
80 std::vector<G4VNeutronBuilder *>::iterator i;
81 for(i = theModelCollections.begin(); i != theModelCollections.end(); i++)
83 (*i)->Build(theNeutronInelastic);
84 (*i)->Build(theNeutronCapture);
85 (*i)->Build(theNeutronFission);