26 EigenHelpers::vectorToEigenMatrix(dummy.values, localCovariance,
"RpcClusterOnTrackCnv_p3");
32 std::move(localParams),
33 std::move(localCovariance),
43 log << MSG::WARNING<<
"Unable to reset DetEl for this RIO_OnTrack, "
44 <<
"probably because of a problem with the Identifier/IdentifierHash : ("
ElementLink< Muon::RpcPrepDataContainer > ElementLinkToIDC_RPC_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.
virtual double positionAlongStrip() const
virtual IdentifierHash idDE() const override
Returns an invalid hash.
Version 1 of the persistent class representing the transient class Muon::RpcClusterOnTrack.
ElementLinkInt_p3 m_prdLink
Link to PRD.
float m_positionAlongStrip
position along strip (double in transient world)
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
Class to represent calibrated clusters formed from RPC strips.
virtual const MuonGM::RpcReadoutElement * detectorElement() const override final
Returns the detector element, assoicated with the PRD of this class.
float time() const
Return the time (ns)
void persToTrans(const Muon ::RpcClusterOnTrack_p3 *persObj, Muon ::RpcClusterOnTrack *transObj, MsgStream &log)
void transToPers(const Muon ::RpcClusterOnTrack *transObj, Muon ::RpcClusterOnTrack_p3 *persObj, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
ErrorMatrixCnv_p1 * m_errorMxCnv
LocalParametersCnv_p1 * m_localParCnv
ElementLinkCnv_p3< ElementLinkToIDC_RPC_Container > m_elCnv
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 *)