82 PrintWelcomeMessage();
87 handlerDefinedInternally =
true;
107 PrintWelcomeMessage();
109 theExcitationHandler = aExcitationHandler;
110 handlerDefinedInternally =
false;
126 if (handlerDefinedInternally)
delete theExcitationHandler;
130 delete thePhotonSpectrum;
162 G4cout <<
"########################################"
163 <<
"########################################"
166 G4cout <<
"Initial projectile A=" <<AP
169 G4cout <<
"Initial target A=" <<AT
172 G4cout <<
"Projectile momentum and Energy/nuc = " <<pP <<
" ," <<E <<
G4endl;
191 GetCrossSectionForProjectile(AP, ZP, AT, ZT, b, bmin);
193 GetCrossSectionForTarget(AP, ZP, AT, ZT, b, bmin);
195 G4double totCrossSectionP = (*crossSectionP)[0]+(*crossSectionP)[1];
196 G4double totCrossSectionT = (*crossSectionT)[0]+(*crossSectionT)[1];
202 totCrossSectionP / (totCrossSectionP + totCrossSectionT)) {
212 GetWilsonProbabilityForProtonDissociation (AP, ZP))
215 G4cout <<
"Projectile underwent EM dissociation producing a proton"
224 G4cout <<
"Projectile underwent EM dissociation producing a neutron"
247 pP.
setE( std::sqrt( pP.
vect().
mag2() + (mass + Eg)*(mass + Eg) ) );
259 GetWilsonProbabilityForProtonDissociation (AT, ZT))
262 G4cout <<
"Target underwent EM dissociation producing a proton"
271 G4cout <<
"Target underwent EM dissociation producing a neutron"
314 G4double pp = (e+mass1+mass2)*(e+mass1-mass2)*
315 (e-mass1+mass2)*(e-mass1-mass2)/(4.0*e*e);
331 G4double sintheta = std::sqrt((1.0 - costheta)*(1.0 + costheta));
333 G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),costheta);
355 G4cout <<
"Dynamic properties of the prefragment:" <<
G4endl;
358 G4cout <<
"Nuclear properties of the prefragment:" <<
G4endl;
363 theExcitationHandler->
BreakItUp(*theFragment);
368 G4ReactionProductVector::iterator iter;
369 for (iter = products->begin(); iter != products->end(); ++iter) {
371 (*iter)->GetTotalEnergy(), (*iter)->GetMomentum());
376 delete crossSectionP;
377 delete crossSectionT;
380 G4cout <<
"########################################"
381 <<
"########################################"
388void G4EMDissociation::PrintWelcomeMessage ()
391 G4cout <<
" ****************************************************************"
393 G4cout <<
" EM dissociation model for nuclear-nuclear interactions activated"
395 G4cout <<
" (Written by QinetiQ Ltd for the European Space Agency)"
397 G4cout <<
" ****************************************************************"
std::vector< G4ReactionProduct * > G4ReactionProductVector
CLHEP::Hep3Vector G4ThreeVector
G4GLOB_DLL 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 &)
G4ReactionProductVector * BreakItUp(const G4Fragment &theInitialState)
void SetMinEForMultiFrag(G4double anE)
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
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 G4IonTable * GetIonTable()
static G4Neutron * NeutronDefinition()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4double GetPDGMass() const
G4double GetPDGCharge() const
G4int GetBaryonNumber() const
G4double GetLowEdgeEnergy(std::size_t binNumber) const
static G4Proton * ProtonDefinition()