16 template <
class T> T
copy(
const T& obj) {
return T{
obj}; }
31 EigenHelpers::vectorToEigenMatrix(dummy.values, localCovariance,
"RIO_OnTrackCnv_p2");
33 std::vector<Amg::MatrixX> stripDriftDistErrors;
39 stripDriftDistErrors.push_back(tmp);
44 std::move(localParams),
45 std::move(localCovariance),
50 std::move(stripDriftDistErrors));
56 log << MSG::WARNING<<
"Unable to reset DetEl for this RIO_OnTrack, "
57 <<
"probably because of a problem with the Identifier/IdentifierHash : ("
ElementLink< Muon::MMPrepDataContainer > ElementLinkToIDC_MM_Container
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
value_type get_compact() const
Get the compact id.
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
ElementLinkCnv_p3< ElementLinkToIDC_MM_Container > m_elCnv
LocalParametersCnv_p1 * m_localParCnv
void persToTrans(const Muon ::MM_ClusterOnTrack_p1 *persObj, Muon ::MMClusterOnTrack *transObj, MsgStream &log)
void transToPers(const Muon ::MMClusterOnTrack *transObj, Muon ::MM_ClusterOnTrack_p1 *persObj, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
ErrorMatrixCnv_p1 * m_errorMxCnv
Class to represent calibrated clusters formed from TGC strips.
const std::vector< float > & stripDriftDists() const
const std::vector< Amg::MatrixX > & stripDriftDistErrors() const
virtual const MuonGM::MMReadoutElement * detectorElement() const
Returns the detector element, assoicated with the PRD of this class.
Version 1 of the persistent class representing the transient class Muon::MM_ClusterOnTrack.
std::vector< float > m_stripDriftDists
float m_positionAlongStrip
position along strip (double in transient world)
std::vector< float > m_stripDriftDistErrors_1_1
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
std::vector< float > m_stripDriftDistErrors_0_0
ElementLinkInt_p3 m_prdLink
Link to PRD.
virtual double positionAlongStrip() const
virtual IdentifierHash idDE() const override
Returns an invalid hash.
std::vector< float > values
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
const Amg::MatrixX & localCovariance() const
Interface method to get the localError.
Identifier identify() const
return the identifier -extends MeasurementBase
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
static void eigenMatrixToVector(VECTOR &vec, COVARIANCE &cov, const char *)