|
ATLAS Offline Software
|
Go to the documentation of this file.
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 : ("
virtual const MuonGM::RpcReadoutElement * detectorElement() const override final
Returns the detector element, assoicated with the PRD of this class.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
void transToPers(const Muon ::RpcClusterOnTrack *transObj, Muon ::RpcClusterOnTrack_p3 *persObj, MsgStream &log)
ErrorMatrixCnv_p1 * m_errorMxCnv
Version 1 of the persistent class representing the transient class Muon::RpcClusterOnTrack.
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
Class to represent calibrated clusters formed from RPC strips.
virtual IdentifierHash idDE() const override
Returns an invalid hash.
value_type get_compact() const
Get the compact id.
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...
void persToTrans(const Muon ::RpcClusterOnTrack_p3 *persObj, Muon ::RpcClusterOnTrack *transObj, MsgStream &log)
static void vectorToEigenMatrix(VECTOR &vec, COVARIANCE &cov, const char *)
Helper fn to fill the covariance from the raw data (vec<float>)
LocalParametersCnv_p1 * m_localParCnv
ElementLinkInt_p3 m_prdLink
Link to PRD.
float m_positionAlongStrip
position along strip (double in transient world)
static void eigenMatrixToVector(VECTOR &vec, COVARIANCE &cov, const char *)
Helper fn to get raw data (vec<float>) from the covariance.
const Amg::MatrixX & localCovariance() const
Interface method to get the localError.
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
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...
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
float time() const
Return the time (ns)
std::vector< float > values
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
ElementLinkCnv_p3< ElementLinkToIDC_RPC_Container > m_elCnv
Identifier identify() const
return the identifier -extends MeasurementBase
virtual double positionAlongStrip() const