Import Geant4 6.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4LEProtonInelastic.hh,v 1.7 2002/12/12 19:18:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
// $Id: G4LEProtonInelastic.hh,v 1.9 2003/10/31 18:04:16 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Proton Inelastic Process
|
||||
// original by H.P. Wellisch
|
||||
@@ -55,14 +55,14 @@
|
||||
~G4LEProtonInelastic()
|
||||
{ }
|
||||
|
||||
G4VParticleChange *ApplyYourself( const G4Track &aTrack,
|
||||
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack,
|
||||
G4Nucleus &targetNucleus );
|
||||
private:
|
||||
|
||||
void Cascade( // derived from CASP
|
||||
G4FastVector<G4ReactionProduct,128> &vec,
|
||||
G4FastVector<G4ReactionProduct,GHADLISTSIZE> &vec,
|
||||
G4int &vecLen,
|
||||
const G4DynamicParticle *originalIncident,
|
||||
const G4HadProjectile *originalIncident,
|
||||
G4ReactionProduct ¤tParticle,
|
||||
G4ReactionProduct &targetParticle,
|
||||
G4bool &incidentHasChanged,
|
||||
@@ -70,7 +70,7 @@
|
||||
G4bool &quasiElastic );
|
||||
|
||||
void SlowProton(
|
||||
const G4DynamicParticle *originalIncident,
|
||||
const G4HadProjectile *originalIncident,
|
||||
G4Nucleus &targetNucleus );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user