57 delete theNeutronInelastic;
58 delete theNeutronCapture;
59 delete theNeutronFission;
66 std::vector<G4VNeutronBuilder *>::iterator i;
67 for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++)
69 (*i)->Build(theNeutronInelastic);
70 (*i)->Build(theNeutronCapture);
71 (*i)->Build(theNeutronFission);