#include <iostream>
#include <cmath>
#include <cstdlib>
#include <utl/RK5ODEIntegrator.h>
#include <GalacticUnits.h>
#include <RelativisticChargeInMagneticFieldODE.h>
#include <GMF_HMR.h>
Go to the source code of this file.
typedef double Vector3[3] |
typedef double Vector6[6] |
Definition at line 32 of file ChargeInHMR_ASS_A.cc.
References utl::RK5ODEIntegrator< DerivativeFunctor >::AdaptiveBegin(), galactic::EeV, galactic::eplus, utl::AdaptiveRK5Iterator< DerivativeFunctor, VectorType, ErrorScalingPolicy >::GetX(), utl::AdaptiveRK5Iterator< DerivativeFunctor, VectorType, ErrorScalingPolicy >::GetY(), galactic::kiloparsec, galactic::lightyear, galactic::parsec, and RadialDistance().
template<typename Vector >
double RadialDistance |
( |
const Vector & |
v | ) |
|
|
inline |