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);
static G4AntiAlpha * AntiAlpha()
virtual ~G4AntiBarionBuilder()
static G4AntiDeuteron * AntiDeuteron()
static G4AntiHe3 * AntiHe3()
static G4AntiNeutron * AntiNeutron()
static G4AntiProton * AntiProton()
static G4AntiTriton * AntiTriton()
G4ProcessManager * GetProcessManager() const
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)