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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
SwimToZ
(int sector, StateVecsDoca.StateVec vec, Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix.
-
Constructor Details
-
RungeKuttaDoca
public RungeKuttaDoca()
-
-
Method Details
-
SwimToZ
Swim to Z position without updating the covariance matrix.
-