Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
28 log<<MSG::WARNING<<
"PseudoMeasurementOnTrackCnv_p2: Could not recreate Surface (null pointer)"<<
endmsg;
33 std::move(localCovariance),
38 Trk :: PseudoMeasurementOnTrack_p2 * persObj, MsgStream &
log)
47 if (transObj->hasSurface())
56 log<<MSG::WARNING<<
"TrackParameter doesn't have a surface! Dumping: "<<*transObj<<
endmsg;
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
Convert persistent object, stored in the the top-level persistent object and referenced by the TP Ref...
static void vectorToEigenMatrix(VECTOR &vec, COVARIANCE &cov, const char *)
Helper fn to fill the covariance from the raw data (vec<float>)
ErrorMatrixCnv_p1 * m_localErrMatCnv
static void eigenMatrixToVector(VECTOR &vec, COVARIANCE &cov, const char *)
Helper fn to get raw data (vec<float>) from the covariance.
TPObjRef toPersistent(CNV **cnv, const typename CNV::TransBase_t *transObj, MsgStream &log) const
Persistify an object and store the persistent represenation in the storage vector of the top-level pe...
SurfaceUniquePtrT< const Trk::Surface > ConstSurfaceUniquePtr
std::vector< float > values
virtual void transToPers(const Trk ::PseudoMeasurementOnTrack *transObj, Trk ::PseudoMeasurementOnTrack_p2 *persObj, MsgStream &log)
LocalParametersCnv_p1 * m_localParamsCnv
@ PseudoMeasurementOnTrack
virtual void persToTrans(const Trk ::PseudoMeasurementOnTrack_p2 *persObj, Trk ::PseudoMeasurementOnTrack *transObj, MsgStream &log)
CNV::Trans_t * createTransFromPStore(CNV **cnv, const TPObjRef &ref, MsgStream &log) const
Create transient representation of a persistent object, stored in the the top-level persistent object...