Geant4
10.03.p03
|
Static class for selecting Coulomb distortion. More...
#include "globals.hh"
#include "G4INCLParticle.hh"
#include "G4INCLNucleus.hh"
#include "G4INCLICoulomb.hh"
#include "G4INCLConfig.hh"
Go to the source code of this file.
Namespaces | |
G4INCL | |
G4INCL::CoulombDistortion | |
Macros | |
#define | INCLXX_IN_GEANT4_MODE 1 |
#define | G4INCLCOULOMBDISTORTION_HH_ |
Functions | |
ParticleEntryAvatar * | G4INCL::CoulombDistortion::bringToSurface (Particle *p, Nucleus *const n) |
Modify the momentum of an incoming particle and position it on the surface of the nucleus. More... | |
IAvatarList | G4INCL::CoulombDistortion::bringToSurface (Cluster *const c, Nucleus *const n) |
Modify the momentum of an incoming cluster and position it on the surface of the target. More... | |
void | G4INCL::CoulombDistortion::distortOut (ParticleList const &pL, Nucleus const *const n) |
Modify the momentum of an outgoing particle. More... | |
G4double | G4INCL::CoulombDistortion::maxImpactParameter (ParticleSpecies const &p, const G4double kinE, Nucleus const *const n) |
Return the maximum impact parameter for Coulomb-distorted trajectories. More... | |
G4double | G4INCL::CoulombDistortion::maxImpactParameter (Particle const *const p, Nucleus const *const n) |
Return the maximum impact parameter for Coulomb-distorted trajectories. More... | |
void | G4INCL::CoulombDistortion::setCoulomb (ICoulomb *const coulomb) |
Set the Coulomb-distortion algorithm. More... | |
void | G4INCL::CoulombDistortion::deleteCoulomb () |
Delete the Coulomb-distortion object. More... | |
void | G4INCL::CoulombDistortion::initialize (Config const *const theConfig) |
Initialize the Coulomb-distortion algorithm. More... | |
Static class for selecting Coulomb distortion.
Definition in file G4INCLCoulombDistortion.hh.
#define G4INCLCOULOMBDISTORTION_HH_ |
Definition at line 46 of file G4INCLCoulombDistortion.hh.
#define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLCoulombDistortion.hh.