4#ifndef __KVCOULOMBPROPAGATOR_H
5#define __KVCOULOMBPROPAGATOR_H
7#include "KVRungeKutta.h"
#define ClassDef(name, id)
Perform Coulomb propagation of events.
virtual ~KVCoulombPropagator()
Destructor.
void Propagate(int maxTime)
Int_t particle_position_offset(Int_t i)
Double_t TotalPotentialEnergy() const
Int_t particle_velocity_offset(Int_t i)
void CalcDerivs(Double_t, Double_t *Y, Double_t *DYDX)
Adaptive step-size 4th order Runge-Kutta ODE integrator from Numerical Recipes.
Container class for simulated nuclei, KVSimNucleus.