43 G4cout <<
"WARNING: model G4LEAlphaInelastic is being deprecated and will\n"
44 <<
"disappear in Geant4 version 10.0" <<
G4endl;
50 outFile <<
"G4LEAlphaInelastic is one of the Low Energy Parameterized\n"
51 <<
"(LEP) models used to implement inelastic alpha scattering\n"
52 <<
"from nuclei. It is a re-engineered version of the GHEISHA\n"
53 <<
"code of H. Fesefeldt. It divides the initial collision\n"
54 <<
"products into backward- and forward-going clusters which are\n"
55 <<
"then decayed into final state hadrons. The model does not\n"
56 <<
"conserve energy on an event-by-event basis. It may be\n"
57 <<
"applied to alphas with initial energies between 0 and 10\n"
75 G4cout <<
"G4LEAlphaInelastic::ApplyYourself called" <<
G4endl;
76 G4cout <<
"kinetc energy = " <<kineticEnergy/MeV <<
"MeV, ";
81 if (kineticEnergy/MeV > 100. || kineticEnergy <= 0.1*MeV) {
89 massVec[0] = targetNucleus.
AtomicMass( A+4.0, Z+2.0 );
90 massVec[1] = targetNucleus.
AtomicMass( A+3.0, Z+2.0 );
91 massVec[2] = targetNucleus.
AtomicMass( A+3.0, Z+1.0 );
92 massVec[3] = targetNucleus.
AtomicMass( A+2.0, Z+1.0 );
93 massVec[4] = targetNucleus.
AtomicMass( A+1.0, Z+1.0 );
94 massVec[5] = theAtomicMass;
95 massVec[6] = targetNucleus.
AtomicMass( A+2.0, Z+2.0 );
96 massVec[7] = massVec[3];
97 massVec[8] = targetNucleus.
AtomicMass( A+2.0, Z );
104 targetNucleus, theAtomicMass, massVec);
106 G4double p = vec[0]->GetMomentum().mag();
120 for (
G4int i = 1; i < vecLen; ++i) {
G4DLLIMPORT std::ostream G4cout
void SetDefinition(const G4ParticleDefinition *aParticleDefinition)
void SetMomentum(const G4ThreeVector &momentum)
void Initialize(G4int items)
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP)
void SetEnergyChange(G4double anEnergy)
void SetMomentumChange(const G4ThreeVector &aV)
const G4Material * GetMaterial() const
const G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4HadFinalState theParticleChange
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4ReactionDynamics theReactionDynamics
void DoIsotopeCounting(const G4HadProjectile *theProjectile, const G4Nucleus &aNucleus)
G4LEAlphaInelastic(const G4String &name="G4LEAlphaInelastic")
virtual void ModelDescription(std::ostream &outFile) const
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
const G4String & GetName() const
G4double AtomicMass(const G4double A, const G4double Z) const
G4double GetPDGMass() const
void NuclearReaction(G4FastVector< G4ReactionProduct, 4 > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4Nucleus &aNucleus, const G4double theAtomicMass, const G4double *massVec)