58 delete thePionPlusInelastic;
59 delete thePionMinusInelastic;
60 delete theKaonPlusInelastic;
61 delete theKaonMinusInelastic;
62 delete theKaonZeroLInelastic;
63 delete theKaonZeroSInelastic;
71 std::vector<G4VPiKBuilder *>::iterator i;
72 for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++)
74 (*i)->Build(thePionPlusInelastic);
75 (*i)->Build(thePionMinusInelastic);
76 (*i)->Build(theKaonPlusInelastic);
77 (*i)->Build(theKaonMinusInelastic);
78 (*i)->Build(theKaonZeroLInelastic);
79 (*i)->Build(theKaonZeroSInelastic);