56 delete theAntiProtonInelastic;
57 delete theAntiNeutronInelastic;
58 delete theAntiDeuteronInelastic;
59 delete theAntiTritonInelastic;
60 delete theAntiHe3Inelastic;
61 delete theAntiAlphaInelastic;
69 std::vector<G4VAntiBarionBuilder *>::iterator i;
70 for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++)
72 (*i)->Build(theAntiProtonInelastic);
73 (*i)->Build(theAntiNeutronInelastic);
74 (*i)->Build(theAntiDeuteronInelastic);
75 (*i)->Build(theAntiTritonInelastic);
76 (*i)->Build(theAntiHe3Inelastic);
77 (*i)->Build(theAntiAlphaInelastic);