81 secID_projectileDissociation(-1), secID_targetDissociation(-1)
112 secID_projectileDissociation(-1), secID_targetDissociation(-1)
175 G4cout <<
"########################################"
176 <<
"########################################"
179 G4cout <<
"Initial projectile A=" <<
AP
182 G4cout <<
"Initial target A=" <<AT
185 G4cout <<
"Projectile momentum and Energy/nuc = " <<pP <<
" ," <<E <<
G4endl;
204 GetCrossSectionForProjectile(
AP, ZP, AT, ZT, b, bmin);
206 GetCrossSectionForTarget(
AP, ZP, AT, ZT, b, bmin);
208 G4double totCrossSectionP = (*crossSectionP)[0]+(*crossSectionP)[1];
209 G4double totCrossSectionT = (*crossSectionT)[0]+(*crossSectionT)[1];
216 totCrossSectionP / (totCrossSectionP + totCrossSectionT)) {
227 GetWilsonProbabilityForProtonDissociation (
AP, ZP))
230 G4cout <<
"Projectile underwent EM dissociation producing a proton"
239 G4cout <<
"Projectile underwent EM dissociation producing a neutron"
262 pP.
setE( std::sqrt( pP.
vect().
mag2() + (mass + Eg)*(mass + Eg) ) );
275 GetWilsonProbabilityForProtonDissociation (AT, ZT))
278 G4cout <<
"Target underwent EM dissociation producing a proton"
287 G4cout <<
"Target underwent EM dissociation producing a neutron"
330 G4double pp = (e+mass1+mass2)*(e+mass1-mass2)*
331 (e-mass1+mass2)*(e-mass1-mass2)/(4.0*e*e);
347 G4double sintheta = std::sqrt((1.0 - costheta)*(1.0 + costheta));
349 G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),costheta);
371 G4cout <<
"Dynamic properties of the prefragment:" <<
G4endl;
374 G4cout <<
"Nuclear properties of the prefragment:" <<
G4endl;
384 G4ReactionProductVector::iterator iter;
385 for (iter = products->begin(); iter != products->end(); ++iter) {
387 (*iter)->GetTotalEnergy(), (*iter)->GetMomentum());
392 delete crossSectionP;
393 delete crossSectionT;
396 G4cout <<
"########################################"
397 <<
"########################################"
407 G4cout <<
" ****************************************************************"
409 G4cout <<
" EM dissociation model for nuclear-nuclear interactions activated"
411 G4cout <<
" (Written by QinetiQ Ltd for the European Space Agency)"
413 G4cout <<
" ****************************************************************"
std::vector< G4ReactionProduct * > G4ReactionProductVector
static constexpr double rad
static constexpr double eV
static constexpr double GeV
static constexpr double MeV
static constexpr double pi
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)
G4bool handlerDefinedInternally
G4ExcitationHandler * theExcitationHandler
G4EMDissociationSpectrum * thePhotonSpectrum
G4int secID_targetDissociation
G4EMDissociationCrossSection * dissociationCrossSection
G4int secID_projectileDissociation
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &, G4Nucleus &)
void PrintWelcomeMessage()
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)
const G4String & GetModelName() const
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
static G4int GetModelID(const G4int modelIndex)
G4double GetLowEdgeEnergy(const std::size_t index) const
static G4Proton * ProtonDefinition()
static const G4double AP[5]