49G4int G4LowEIonFragmentation::hits = 0;
50G4int G4LowEIonFragmentation::totalTries = 0;
51G4double G4LowEIonFragmentation::area = 0;
92 aPrim.
Init(aProjectileA, aProjectileZ);
96 aTarg.
Init(aTargetA, aTargetZ);
100 G4int particlesFromProjectile = 0;
101 G4int chargedFromProjectile = 0;
107 while(0==particlesFromProjectile)
114 while(x*x + y*y > 1);
115 impactParameter = std::sqrt(x*x+y*y)*(targetOuterRadius+projectileOuterRadius);
117 area = pi*(targetOuterRadius+projectileOuterRadius)*
118 (targetOuterRadius+projectileOuterRadius);
119 G4double projectileHorizon = impactParameter-targetOuterRadius;
123 if(projectileHorizon > empirical*projectileOuterRadius) {
continue; }
133 ++particlesFromProjectile;
136 ++chargedFromProjectile;
144 G4double targetHorizon = impactParameter-projectileOuterRadius;
145 G4int chargedFromTarget = 0;
146 G4int particlesFromTarget = 0;
153 ++particlesFromTarget;
168 G4LorentzVector fragment4Momentum(momentum*w, projTotEnergy*w + targetMass);
171 G4Fragment anInitialState(aTargetA+particlesFromProjectile,
172 aTargetZ+chargedFromProjectile,
177 chargedFromProjectile + chargedFromTarget);
178 anInitialState.
SetNumberOfHoles(particlesFromProjectile+particlesFromTarget,
179 chargedFromProjectile + chargedFromTarget);
188 if(particlesFromProjectile < aProjectileA)
190 G4LorentzVector residual4Momentum(momentum*(1.0-w), projTotEnergy*(1.0-w));
192 G4Fragment initialState2(aProjectileA-particlesFromProjectile,
193 aProjectileZ-chargedFromProjectile,
197 G4int pinit = (aProjectileA-particlesFromProjectile)/2;
198 G4int cinit = (aProjectileZ-chargedFromProjectile)/2;
204 theExcitationResult = theHandler->
BreakItUp(initialState2);
210 if(theExcitationResult) { nexc = theExcitationResult->size(); }
211 if(thePreCompoundResult) { npre = thePreCompoundResult->size();}
214 for(
G4int k=0; k<nexc; ++k) {
222 for(
G4int k=0; k<npre; ++k) {
229 delete thePreCompoundResult;
230 delete theExcitationResult;
std::vector< G4ReactionProduct * > G4ReactionProductVector
G4ReactionProductVector * BreakItUp(const G4Fragment &theInitialState) const
G4Nucleon * GetNextNucleon()
G4double GetOuterRadius()
void Init(G4int theA, G4int theZ)
void SetCreationTime(G4double time)
void SetNumberOfHoles(G4int valueTot, G4int valueP=0)
void SetNumberOfExcitedParticle(G4int valueTot, G4int valueP)
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP)
void SetEnergyChange(G4double anEnergy)
const G4ParticleDefinition * GetDefinition() const
const G4LorentzVector & Get4Momentum() const
G4double GetGlobalTime() const
G4double GetTotalEnergy() const
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &thePrimary, G4Nucleus &theNucleus)
virtual ~G4LowEIonFragmentation()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4ParticleDefinition * GetParticleType() const
virtual const G4ThreeVector & GetPosition() const
G4double GetPDGCharge() const
G4int GetBaryonNumber() const
virtual G4ReactionProductVector * DeExcite(G4Fragment &aFragment)
static G4Proton * Proton()
G4ThreeVector GetMomentum() const
G4ParticleDefinition * GetDefinition() const