Package org.jlab.rec.dc.track.fit
Class RungeKuttaDoca
java.lang.Object
org.jlab.rec.dc.track.fit.RungeKuttaDoca
Swims a given state vector to a given Z position using Runge Kutta 4 transport.
- Author:
- ziegler, benkel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidSwimToZ(int sector, StateVecsDoca.StateVec vec, Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix.
- 
Constructor Details- 
RungeKuttaDocapublic RungeKuttaDoca()
 
- 
- 
Method Details- 
SwimToZSwim to Z position without updating the covariance matrix.
 
-