26 EigenHelpers::vectorToEigenMatrix(dummy.values, localCovariance,
"TgcClusterOnTrackCnv_p2");
32 std::move(localParams),
33 std::move(localCovariance),
42 log << MSG::WARNING<<
"Unable to reset DetEl for this RIO_OnTrack, "
43 <<
"probably because of a problem with the Identifier/IdentifierHash : ("
ElementLink< Muon::TgcPrepDataContainer > ElementLinkToIDC_TGC_Container
Class to implement Cluster On Track for Si.
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 2 of the persistent class representing the transient class Muon::TgcClusterOnTrack.
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
float m_positionAlongStrip
position along strip (double in transient world)
ElementLinkInt_p3 m_prdLink
Link to PRD.
Class to represent calibrated clusters formed from TGC strips.
virtual const MuonGM::TgcReadoutElement * detectorElement() const
Returns the detector element, assoicated with the PRD of this class.
ElementLinkCnv_p3< ElementLinkToIDC_TGC_Container > m_elCnv
void persToTrans(const Muon ::TgcClusterOnTrack_p2 *persObj, Muon ::TgcClusterOnTrack *transObj, MsgStream &log)
void transToPers(const Muon ::TgcClusterOnTrack *transObj, Muon ::TgcClusterOnTrack_p2 *persObj, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
LocalParametersCnv_p1 * m_localParCnv
ErrorMatrixCnv_p1 * m_errorMxCnv
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 *)