Contents
Class RungeKuttaDoca
java.lang.Object
org.jlab.clas.tracking.utilities.RungeKuttaDoca
Swims a given state vector to a given Z position using Runge Kutta 4 transport.
- Author:
- ziegler, benkel, Tongtong Cao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
RK4transport
(int sector, double h, org.jlab.clas.swimtools.Swim swim, org.jlab.jnp.matrix.Matrix cMat, AStateVecs.StateVec vec) Transport using Runge Kutta 4, updating the covariance matrix.void
SwimToZ
(int sector, AStateVecs.StateVec vec, org.jlab.clas.swimtools.Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix.
-
Constructor Details
-
Method Details
-
SwimToZ
public void SwimToZ(int sector, AStateVecs.StateVec vec, org.jlab.clas.swimtools.Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix. -
RK4transport
public void RK4transport(int sector, double h, org.jlab.clas.swimtools.Swim swim, org.jlab.jnp.matrix.Matrix cMat, AStateVecs.StateVec vec) Transport using Runge Kutta 4, updating the covariance matrix.
-