Geant4  10.00.p02
G4INCL::INCL::RecoilFunctor Class Reference

Class to adjust remnant recoil. More...

+ Inheritance diagram for G4INCL::INCL::RecoilFunctor:
+ Collaboration diagram for G4INCL::INCL::RecoilFunctor:

Public Member Functions

 RecoilFunctor (Nucleus *const n, const EventInfo &ei)
 Prepare for calling the () operator and scaleParticleEnergies. More...
 
virtual ~RecoilFunctor ()
 
G4double operator() (const G4double x) const
 Compute the energy-conservation violation. More...
 
void cleanUp (const G4bool success) const
 Clean up after root finding. More...
 
- Public Member Functions inherited from G4INCL::RootFunctor
virtual ~RootFunctor ()
 
- Public Member Functions inherited from G4INCL::IFunction1D
 IFunction1D ()
 
 IFunction1D (const G4double x0, const G4double x1)
 
virtual ~IFunction1D ()
 
virtual G4double getXMinimum () const
 Return the minimum allowed value of the independent variable. More...
 
virtual G4double getXMaximum () const
 Return the maximum allowed value of the independent variable. More...
 
virtual G4double integrate (const G4double x0, const G4double x1, const G4double step=-1.) const
 Integrate the function between two values. More...
 
IFunction1Dprimitive () const
 Return a pointer to the (numerical) primitive to this function. More...
 
InverseInterpolationTableinverseCDFTable (const G4int nNodes=60) const
 Return a pointer to the inverse of the CDF of this function. More...
 

Private Member Functions

void scaleParticleEnergies (const G4double rescale) const
 Scale the kinetic energies of the outgoing particles. More...
 

Private Attributes

Nucleusnucleus
 Pointer to the nucleus. More...
 
ParticleList outgoingParticles
 List of final-state particles. More...
 
EventInfo const & theEventInfo
 
std::list< ThreeVectorparticleMomenta
 Initial momenta of the outgoing particles. More...
 
std::list< G4doubleparticleKineticEnergies
 Initial kinetic energies of the outgoing particles. More...
 

Additional Inherited Members

- Protected Member Functions inherited from G4INCL::RootFunctor
 RootFunctor (const G4double x0, const G4double x1)
 
- Protected Attributes inherited from G4INCL::IFunction1D
G4double xMin
 Minimum value of the independent variable. More...
 
G4double xMax
 Maximum value of the independent variable. More...
 

Detailed Description

Class to adjust remnant recoil.

Definition at line 103 of file G4INCLCascade.hh.

Constructor & Destructor Documentation

G4INCL::INCL::RecoilFunctor::RecoilFunctor ( Nucleus *const  n,
const EventInfo ei 
)
inline

Prepare for calling the () operator and scaleParticleEnergies.

The constructor sets the private class members.

Definition at line 109 of file G4INCLCascade.hh.

References G4INCL::Particle::getA(), G4INCL::Particle::getKineticEnergy(), G4INCL::Particle::getMomentum(), G4INCL::Nucleus::getProjectileRemnant(), outgoingParticles, particleKineticEnergies, and particleMomenta.

+ Here is the call graph for this function:

virtual G4INCL::INCL::RecoilFunctor::~RecoilFunctor ( )
inlinevirtual

Definition at line 125 of file G4INCLCascade.hh.

Member Function Documentation

void G4INCL::INCL::RecoilFunctor::cleanUp ( const G4bool  success) const
inlinevirtual

Clean up after root finding.

Implements G4INCL::RootFunctor.

Definition at line 138 of file G4INCLCascade.hh.

References scaleParticleEnergies().

+ Here is the call graph for this function:

G4double G4INCL::INCL::RecoilFunctor::operator() ( const G4double  x) const
inlinevirtual

Compute the energy-conservation violation.

Parameters
xscale factor for the particle energies
Returns
the energy-conservation violation

Implements G4INCL::IFunction1D.

Definition at line 132 of file G4INCLCascade.hh.

References G4INCL::Nucleus::ConservationBalance::energy, G4INCL::Nucleus::getConservationBalance(), and scaleParticleEnergies().

+ Here is the call graph for this function:

void G4INCL::INCL::RecoilFunctor::scaleParticleEnergies ( const G4double  rescale) const
inlineprivate

Scale the kinetic energies of the outgoing particles.

Parameters
rescalescale factor

Definition at line 159 of file G4INCLCascade.hh.

References G4INCL::Particle::getA(), G4INCL::Nucleus::getExcitationEnergy(), G4INCL::Nucleus::getIncomingMomentum(), G4INCL::ParticleTable::getTableMass, G4INCL::Particle::getZ(), G4INCL::ThreeVector::mag2(), G4INCL::Particle::setEnergy(), and G4INCL::Particle::setMomentum().

Referenced by cleanUp(), and operator()().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

Nucleus* G4INCL::INCL::RecoilFunctor::nucleus
private

Pointer to the nucleus.

Definition at line 145 of file G4INCLCascade.hh.

ParticleList G4INCL::INCL::RecoilFunctor::outgoingParticles
private

List of final-state particles.

Definition at line 147 of file G4INCLCascade.hh.

Referenced by RecoilFunctor().

std::list<G4double> G4INCL::INCL::RecoilFunctor::particleKineticEnergies
private

Initial kinetic energies of the outgoing particles.

Definition at line 153 of file G4INCLCascade.hh.

Referenced by RecoilFunctor().

std::list<ThreeVector> G4INCL::INCL::RecoilFunctor::particleMomenta
private

Initial momenta of the outgoing particles.

Definition at line 151 of file G4INCLCascade.hh.

Referenced by RecoilFunctor().

EventInfo const& G4INCL::INCL::RecoilFunctor::theEventInfo
private

Definition at line 149 of file G4INCLCascade.hh.


The documentation for this class was generated from the following file: