55 delete theKaonPlusInelastic;
56 delete theKaonMinusInelastic;
57 delete theKaonZeroLInelastic;
58 delete theKaonZeroSInelastic;
66 std::vector<G4VKaonBuilder *>::iterator i;
67 for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++)
69 (*i)->Build(theKaonPlusInelastic);
70 (*i)->Build(theKaonMinusInelastic);
71 (*i)->Build(theKaonZeroLInelastic);
72 (*i)->Build(theKaonZeroSInelastic);