Geant4  10.00.p02
G4INCL::CrossSections Namespace Reference

Functions

G4double elastic (Particle const *const p1, Particle const *const p2)
 
G4double total (Particle const *const p1, Particle const *const p2)
 
G4double pionNucleon (Particle const *const p1, Particle const *const p2)
 
G4double recombination (Particle const *const p1, Particle const *const p2)
 
G4double deltaProduction (Particle const *const p1, Particle const *const p2)
 
G4double calculateNNAngularSlope (G4double energyCM, G4int iso)
 Calculate the slope of the NN DDXS. More...
 
G4double interactionDistanceNN (const ParticleSpecies &aSpecies, const G4double kineticEnergy)
 Compute the "interaction distance". More...
 
G4double interactionDistancePiN (const G4double projectileKineticEnergy)
 Compute the "interaction distance". More...
 
void setCrossSections (ICrossSections *c)
 
void deleteCrossSections ()
 

Function Documentation

G4double G4INCL::CrossSections::calculateNNAngularSlope ( G4double  energyCM,
G4int  iso 
)

Calculate the slope of the NN DDXS.

Parameters
energyCMenergy in the CM frame, in MeV
isototal isospin of the system
Returns
the slope of the angular distribution

Definition at line 70 of file G4INCLCrossSections.cc.

Referenced by G4INCL::ElasticChannel::getFinalState().

+ Here is the caller graph for this function:

void G4INCL::CrossSections::deleteCrossSections ( )

Definition at line 142 of file G4INCLCrossSections.cc.

Referenced by G4INCL::INCL::~INCL().

+ Here is the caller graph for this function:

G4double G4INCL::CrossSections::deltaProduction ( Particle const *const  p1,
Particle const *const  p2 
)

Definition at line 66 of file G4INCLCrossSections.cc.

Referenced by G4INCL::BinaryCollisionAvatar::getChannel().

+ Here is the caller graph for this function:

G4double G4INCL::CrossSections::elastic ( Particle const *const  p1,
Particle const *const  p2 
)

Definition at line 50 of file G4INCLCrossSections.cc.

Referenced by G4QMDReaction::ApplyYourself(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), and G4INCL::BinaryCollisionAvatar::getChannel().

+ Here is the caller graph for this function:

G4double G4INCL::CrossSections::interactionDistanceNN ( const ParticleSpecies &  aSpecies,
const G4double  kineticEnergy 
)

Compute the "interaction distance".

Defined on the basis of the average value of the N-N cross sections at the given kinetic energy.

Returns
the interaction distance

Definition at line 107 of file G4INCLCrossSections.cc.

References G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Particle::getMass(), G4INCL::Math::max(), G4INCL::Neutron, G4INCL::Proton, G4INCL::Particle::setEnergy(), G4INCL::Math::tenPi, G4INCL::ParticleSpecies::theA, and total().

Referenced by G4INCL::INCL::initMaxInteractionDistance(), and G4INCL::INCL::initUniverseRadius().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4INCL::CrossSections::interactionDistancePiN ( const G4double  projectileKineticEnergy)

Compute the "interaction distance".

Defined on the basis of the average value of the pi-N cross sections at the given kinetic energy.

Returns
the interaction distance

Definition at line 74 of file G4INCLCrossSections.cc.

References G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Particle::getMass(), G4INCL::Math::max(), G4INCL::Neutron, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::Particle::setEnergy(), G4INCL::Math::tenPi, and total().

Referenced by G4INCL::INCL::initUniverseRadius().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4INCL::CrossSections::pionNucleon ( Particle const *const  p1,
Particle const *const  p2 
)

Definition at line 58 of file G4INCLCrossSections.cc.

G4double G4INCL::CrossSections::recombination ( Particle const *const  p1,
Particle const *const  p2 
)

Definition at line 62 of file G4INCLCrossSections.cc.

Referenced by G4INCL::BinaryCollisionAvatar::getChannel().

+ Here is the caller graph for this function:

void G4INCL::CrossSections::setCrossSections ( ICrossSections *  c)

Definition at line 138 of file G4INCLCrossSections.cc.

Referenced by G4INCL::INCL::INCL().

+ Here is the caller graph for this function: