Package org.jlab.clas.tracking.utilities
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidRK4transport(int sector, double h, Swim swim, org.jlab.jnp.matrix.Matrix cMat, AStateVecs.StateVec vec) Transport using Runge Kutta 4, updating the covariance matrix.voidSwimToZ(int sector, AStateVecs.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.
- 
RK4transportpublic void RK4transport(int sector, double h, Swim swim, org.jlab.jnp.matrix.Matrix cMat, AStateVecs.StateVec vec) Transport using Runge Kutta 4, updating the covariance matrix.
 
-