#include <RelativisticChargeInMagneticFieldODE.h>
Public Member Functions | |
operator unsigned int () const | |
number of equations More... | |
template<typename Vector6 > | |
void | operator() (const double, const Vector6 &y, Vector6 &dYdX) const |
calculate derivatives More... | |
RelativisticChargeInMagneticFieldODE (const double charge, const double energy, MagneticFieldFunctor &mag) | |
Private Attributes | |
MagneticFieldFunctor & | fMagField |
const double | fQcE |
Definition at line 23 of file RelativisticChargeInMagneticFieldODE.h.
|
inline |
Definition at line 25 of file RelativisticChargeInMagneticFieldODE.h.
|
inline |
number of equations
Definition at line 47 of file RelativisticChargeInMagneticFieldODE.h.
|
inline |
calculate derivatives
Definition at line 33 of file RelativisticChargeInMagneticFieldODE.h.
References RdGeoCeLDFFitter::b, galactic::RelativisticChargeInMagneticFieldODE< MagneticFieldFunctor >::fMagField, and galactic::RelativisticChargeInMagneticFieldODE< MagneticFieldFunctor >::fQcE.
|
private |
Definition at line 52 of file RelativisticChargeInMagneticFieldODE.h.
Referenced by galactic::RelativisticChargeInMagneticFieldODE< MagneticFieldFunctor >::operator()().
|
private |
Definition at line 51 of file RelativisticChargeInMagneticFieldODE.h.
Referenced by galactic::RelativisticChargeInMagneticFieldODE< MagneticFieldFunctor >::operator()().