#include <TrackPropagation/RungeKutta/interface/CylindricalLorentzForce.h>
Public Types | |
typedef RKDerivative< T, N > | Base |
typedef Base::Scalar | Scalar |
typedef Base::Vector | Vector |
Public Member Functions | |
CylindricalLorentzForce (const RKLocalFieldProvider &field) | |
virtual Vector | operator() (Scalar r, const Vector &state) const |
Private Attributes | |
const RKLocalFieldProvider & | theField |
Definition at line 9 of file CylindricalLorentzForce.h.
typedef RKDerivative<T,N> CylindricalLorentzForce< T, N >::Base |
Definition at line 12 of file CylindricalLorentzForce.h.
typedef Base::Scalar CylindricalLorentzForce< T, N >::Scalar |
typedef Base::Vector CylindricalLorentzForce< T, N >::Vector |
CylindricalLorentzForce< T, N >::CylindricalLorentzForce | ( | const RKLocalFieldProvider & | field | ) | [inline] |
virtual Vector CylindricalLorentzForce< T, N >::operator() | ( | Scalar | r, | |
const Vector & | state | |||
) | const [virtual] |
const RKLocalFieldProvider& CylindricalLorentzForce< T, N >::theField [private] |
Definition at line 22 of file CylindricalLorentzForce.h.