15 EigenHelpers::vectorToEigenMatrix(dummy.values, transObj->
m_localCovariance,
"SegmentCnv_p1");
19 std::unique_ptr<DataVector<const Trk::MeasurementBase>> containedMeasBase(
CNV::Trans_t * createTransFromPStore(CNV **cnv, const TPObjRef &ref, MsgStream &log) const
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
TPObjRef toPersistent(CNV **cnv, const typename CNV::TransBase_t *transObj, MsgStream &log) const
ErrorMatrixCnv_p1 * m_errorMxCnv
void persToTrans(const Trk::Segment_p1 *persObj, Trk::Segment *transObj, MsgStream &log)
void transToPers(const Trk::Segment *transObj, Trk::Segment_p1 *persObj, MsgStream &log)
LocalParametersCnv_p1 * m_localParCnv
MeasurementBaseCnv_p1 m_containedMeasBasesCnv
std::vector< float > values
LocalParameters m_localParams
Amg::MatrixX m_localCovariance
std::vector< TPObjRef > m_containedMeasBases
TPObjRef m_localParameters
TPObjRef m_localErrorMatrix
Base class for all TrackSegment implementations, extends the common MeasurementBase.
Author
enum to identify who created the segment.
std::unique_ptr< FitQuality > m_fitQuality
The fit quality of the Segment.
Author m_author
segment author
DataVector< const MeasurementBase > m_containedMeasBases
The vector of contained (generic) Trk::MeasurementBase objects.
static void eigenMatrixToVector(VECTOR &vec, COVARIANCE &cov, const char *)