|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLCoulombNone.hh>
Public Member Functions | |
| CoulombNone () | |
| virtual | ~CoulombNone () |
| ParticleEntryAvatar * | bringToSurface (Particle *const p, Nucleus *const n) const |
| Position the particle on the surface of the nucleus. | |
| ParticleEntryAvatar * | bringToSurfaceAbar (Particle *const p, Nucleus *const n) const |
| Position the particle on the surface of the nucleus. ONLY FOR ANTIDEUTERON !!! This method does not perform any distortion. | |
| IAvatarList | bringToSurface (Cluster *const c, Nucleus *const n) const |
| Position the cluster on the surface of the nucleus. | |
| void | distortOut (ParticleList const &, Nucleus const *const) const |
| Modify the momenta of the outgoing particles. | |
| G4double | maxImpactParameter (ParticleSpecies const &p, const G4double, Nucleus const *const n) const |
| Return the maximum impact parameter for Coulomb-distorted trajectories. | |
| Public Member Functions inherited from G4INCL::ICoulomb | |
| ICoulomb () | |
| virtual | ~ICoulomb () |
Definition at line 55 of file G4INCLCoulombNone.hh.
|
inline |
Definition at line 58 of file G4INCLCoulombNone.hh.
|
inlinevirtual |
Definition at line 59 of file G4INCLCoulombNone.hh.
|
virtual |
Position the cluster on the surface of the nucleus.
This method does not perform any distortion.
| c | incoming cluster |
| n | distorting nucleus |
Implements G4INCL::ICoulomb.
Definition at line 68 of file G4INCLCoulombNone.cc.
|
virtual |
Position the particle on the surface of the nucleus.
This method does not perform any distortion.
| p | incoming particle |
| n | distorting nucleus |
Implements G4INCL::ICoulomb.
Definition at line 50 of file G4INCLCoulombNone.cc.
|
virtual |
Position the particle on the surface of the nucleus. ONLY FOR ANTIDEUTERON !!! This method does not perform any distortion.
| p | incoming particle |
| n | distorting nucleus |
Implements G4INCL::ICoulomb.
Definition at line 59 of file G4INCLCoulombNone.cc.
|
inlinevirtual |
Modify the momenta of the outgoing particles.
This method does not perform any distortion.
Implements G4INCL::ICoulomb.
Definition at line 92 of file G4INCLCoulombNone.hh.
|
inlinevirtual |
Return the maximum impact parameter for Coulomb-distorted trajectories.
Implements G4INCL::ICoulomb.
Definition at line 96 of file G4INCLCoulombNone.hh.