CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <PhaseSpace.hh>
Classes | |
class | Component |
Public Member Functions | |
PhaseSpace (unsigned int NDIM) | |
~PhaseSpace () | |
unsigned int | dim () const |
const Component & | coordinates () const |
const Component & | momenta () const |
void | start (const Genfun::Variable &variable, double value) |
double | startValue (const Genfun::Variable &component) const |
Definition at line 17 of file PhaseSpace.hh.
Classical::PhaseSpace::PhaseSpace | ( | unsigned int | NDIM | ) |
Definition at line 57 of file PhaseSpace.cc.
Classical::PhaseSpace::~PhaseSpace | ( | ) |
Definition at line 62 of file PhaseSpace.cc.
const PhaseSpace::Component & Classical::PhaseSpace::coordinates | ( | ) | const |
Definition at line 66 of file PhaseSpace.cc.
Referenced by Genfun::EnergyFunction::operator()(), and Classical::RungeKuttaSolver::RungeKuttaSolver().
unsigned int Classical::PhaseSpace::dim | ( | ) | const |
Definition at line 98 of file PhaseSpace.cc.
Referenced by Genfun::EnergyFunction::operator()(), and Classical::RungeKuttaSolver::RungeKuttaSolver().
const PhaseSpace::Component & Classical::PhaseSpace::momenta | ( | ) | const |
Definition at line 70 of file PhaseSpace.cc.
Referenced by Genfun::EnergyFunction::operator()(), and Classical::RungeKuttaSolver::RungeKuttaSolver().
void Classical::PhaseSpace::start | ( | const Genfun::Variable & | variable, |
double | value | ||
) |
Definition at line 75 of file PhaseSpace.cc.
double Classical::PhaseSpace::startValue | ( | const Genfun::Variable & | component | ) | const |
Definition at line 87 of file PhaseSpace.cc.
Referenced by Classical::RungeKuttaSolver::RungeKuttaSolver().