#include <G4INCLICoulomb.hh>
Public 멤버 함수 | |
ICoulomb () | |
virtual | ~ICoulomb () |
virtual ParticleEntryAvatar * | bringToSurface (Particle *const p, Nucleus *const n) const =0 |
Modify the momentum of an incoming particle and position it on the surface of the nucleus. 더 자세히 ... | |
virtual IAvatarList | bringToSurface (Cluster *const c, Nucleus *const n) const =0 |
Modify the momentum of an incoming cluster and position it on the surface of the target. 더 자세히 ... | |
virtual void | distortOut (ParticleList const &pL, Nucleus const *const n) const =0 |
Modify the momenta of the outgoing particles. 더 자세히 ... | |
virtual G4double | maxImpactParameter (ParticleSpecies const &p, const G4double kinE, Nucleus const *const n) const =0 |
Return the maximum impact parameter for Coulomb-distorted trajectories. 더 자세히 ... | |
G4INCLICoulomb.hh 파일의 53 번째 라인에서 정의되었습니다.
|
inline |
G4INCLICoulomb.hh 파일의 57 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4INCLICoulomb.hh 파일의 58 번째 라인에서 정의되었습니다.
|
pure virtual |
Modify the momentum of an incoming particle and position it on the surface of the nucleus.
This method places Particle p on the surface of Nucleus n and modifies the direction of its momentum to be tangent to the Coulomb trajectory in that point.
The input particle has to be prepared with its asymptotic momentum. Its position is used only for the purpose of computing the asymptotic impact parameter; in other words, this method only uses the components of the position that are perpendicular to the momentum. The remaining component is not used, and can be set to any value.
This method returns a ParticleEntry avatar for the projectile.
p | incoming particle |
n | distorting nucleus |
G4INCL::CoulombNonRelativistic, G4INCL::CoulombNone에서 구현되었습니다.
|
pure virtual |
Modify the momentum of an incoming cluster and position it on the surface of the target.
Same as the Particle-based bringToSurface method, but for incoming heavy ions.
This method returns a list of ParticleEntry avatars for the participant nucleons
c | incoming heavy ion |
n | distorting nucleus |
G4INCL::CoulombNonRelativistic, G4INCL::CoulombNone에서 구현되었습니다.
|
pure virtual |
Modify the momenta of the outgoing particles.
G4INCL::CoulombNonRelativistic, G4INCL::CoulombNone에서 구현되었습니다.
|
pure virtual |
Return the maximum impact parameter for Coulomb-distorted trajectories.
G4INCL::CoulombNonRelativistic, G4INCL::CoulombNone에서 구현되었습니다.