Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Generate momenta using the Kopylov method. More...
#include <G4INCLPhaseSpaceKopylov.hh>
Public Member Functions | |
void | generate (const G4double sqrtS, ParticleList &particles) |
Generate momenta according to a uniform, non-Lorentz-invariant phase-space model. | |
Public Member Functions inherited from G4INCL::IPhaseSpaceGenerator | |
IPhaseSpaceGenerator () | |
virtual | ~IPhaseSpaceGenerator () |
virtual void | generate (const G4double sqrtS, ParticleList &particles)=0 |
Generate an event in the CM frame. | |
Generate momenta using the Kopylov method.
Definition at line 48 of file G4INCLPhaseSpaceKopylov.hh.
|
virtual |
Generate momenta according to a uniform, non-Lorentz-invariant phase-space model.
This function will assign momenta to the particles in the list that is passed as an argument. The event is generated in the CM frame.
sqrtS | total centre-of-mass energy of the system |
particles | list of particles |
Implements G4INCL::IPhaseSpaceGenerator.
Definition at line 63 of file G4INCLPhaseSpaceKopylov.cc.