87 PrintWelcomeMessage();
99 handlerDefinedInternally =
true;
144 PrintWelcomeMessage();
146 theExcitationHandler = aExcitationHandler;
147 handlerDefinedInternally =
false;
171 if (handlerDefinedInternally)
delete theExcitationHandler;
175 delete thePhotonSpectrum;
213 G4cout <<
"########################################"
214 <<
"########################################"
217 G4cout <<
"Initial projectile A=" <<AP
220 G4cout <<
"Initial target A=" <<AT
223 G4cout <<
"Projectile momentum and Energy/nuc = " <<pP <<
" ," <<E <<
G4endl;
244 GetCrossSectionForProjectile(AP, ZP, AT, ZT, b, bmin);
246 GetCrossSectionForTarget(AP, ZP, AT, ZT, b, bmin);
248 G4double totCrossSectionP = (*crossSectionP)[0]+(*crossSectionP)[1];
249 G4double totCrossSectionT = (*crossSectionT)[0]+(*crossSectionT)[1];
256 totCrossSectionP / (totCrossSectionP + totCrossSectionT))
268 GetWilsonProbabilityForProtonDissociation (AP, ZP))
271 G4cout <<
"Projectile underwent EM dissociation producing a proton"
280 G4cout <<
"Projectile underwent EM dissociation producing a neutron"
318 GetWilsonProbabilityForProtonDissociation (AT, ZT))
321 G4cout <<
"Target underwent EM dissociation producing a proton"
330 G4cout <<
"Target underwent EM dissociation producing a neutron"
376 G4double pp = (e+mass1+mass2)*(e+mass1-mass2)*
377 (e-mass1+mass2)*(e-mass1-mass2)/(4.0*e*e);
394 G4double sintheta = std::sqrt((1.0 - costheta)*(1.0 + costheta));
396 G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),costheta);
420 G4cout <<
"Dynamic properties of the prefragment:" <<
G4endl;
423 G4cout <<
"Nuclear properties of the prefragment:" <<
G4endl;
427 theExcitationHandler->
BreakItUp(*theFragment);
431 G4ReactionProductVector::iterator iter;
432 for (iter = products->begin(); iter != products->end(); ++iter)
436 (*iter)->GetTotalEnergy(), (*iter)->GetMomentum());
441 G4cout <<
"########################################"
442 <<
"########################################"
449void G4EMDissociation::PrintWelcomeMessage ()
452 G4cout <<
" ****************************************************************"
454 G4cout <<
" EM dissociation model for nuclear-nuclear interactions activated"
456 G4cout <<
" (Written by QinetiQ Ltd for the European Space Agency)"
458 G4cout <<
" ****************************************************************"
std::vector< G4ReactionProduct * > G4ReactionProductVector
CLHEP::Hep3Vector G4ThreeVector
G4DLLIMPORT std::ostream G4cout
HepLorentzVector & boost(double, double, double)
Hep3Vector findBoostToCM() const
void DumpInfo(G4int mode=0) const
G4LorentzVector Get4Momentum() const
void Set4Momentum(const G4LorentzVector &momentum)
G4double GetClosestApproach(const G4double, const G4double, G4double, G4double, G4double)
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &, G4Nucleus &)
void SetMaxAandZForFermiBreakUp(G4int anA, G4int aZ)
void SetEvaporation(G4VEvaporation *ptr)
void SetFermiModel(G4VFermiBreakUp *ptr)
void SetMultiFragmentation(G4VMultiFragmentation *ptr)
void SetMinEForMultiFrag(G4double anE)
G4ReactionProductVector * BreakItUp(const G4Fragment &theInitialState) const
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP)
const G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4double GetTotalEnergy() const
G4HadFinalState theParticleChange
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
static G4Neutron * NeutronDefinition()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4double GetPDGMass() const
G4double GetPDGCharge() const
G4int GetBaryonNumber() const
static G4ParticleTable * GetParticleTable()
virtual G4double GetLowEdgeEnergy(size_t binNumber) const
static G4Proton * ProtonDefinition()