ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Functions | |
BoundMatrix | createFullTrackCovariance (const ActsSymMatrixD< 3 > &sMat, const ActsMatrixD< eSpacePointSize, 3 > &newTrkCov, const SpacePointSymMatrix &vtxWeight, const SpacePointSymMatrix &vtxCov, const BoundVector &newTrkParams) |
reates a new covariance matrix for the refitted track parameters | |
Acts::BoundMatrix Acts::KalmanVertexTrackUpdater::detail::createFullTrackCovariance | ( | const ActsSymMatrixD< 3 > & | sMat, |
const ActsMatrixD< eSpacePointSize, 3 > & | newTrkCov, | ||
const SpacePointSymMatrix & | vtxWeight, | ||
const SpacePointSymMatrix & | vtxCov, | ||
const BoundVector & | newTrkParams | ||
) |
reates a new covariance matrix for the refitted track parameters
sMat | Track ovariance in momentum space |
newTrkCov | New track covariance matrixs |
vtxWeight | Vertex weight matrix |
vtxCov | Vertex covariance matrix |
newTrkParams | New track parameter |
Definition at line 117 of file KalmanVertexTrackUpdater.ipp.
View newest version in sPHENIX GitHub at line 117 of file KalmanVertexTrackUpdater.ipp
Referenced by Acts::KalmanVertexTrackUpdater::update().