|
ATLAS Offline Software
|
Go to the documentation of this file.
27 std::vector<Identifier> rdoList;
28 rdoList.resize( persObj->
m_rdoList.size() );
43 (cmat)(0,0) =
static_cast<double>(persObj->
m_mat00);
44 (cmat)(1,0) =
static_cast<double>(persObj->
m_mat01);
45 (cmat)(0,1) =
static_cast<double>(persObj->
m_mat01);
46 (cmat)(1,1) =
static_cast<double>(persObj->
m_mat11);
JetConstituentVector::iterator iterator
InDet::SiWidthCnv_p2 m_swCnv
void transToPers(const InDet::PixelCluster *, InDet::PixelCluster_p2 *, MsgStream &)
void transToPers(const InDet::SiWidth *, InDet::SiWidth_p2 *, MsgStream &)
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 2, 1 > Vector2D
const Amg::MatrixX & localCovariance() const
return const ref to the error matrix
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
value_type get_compact() const
Get the compact id.
std::vector< rdo_diff_type > m_rdoList
Identifier::value_type m_clusId
Identifier::diff_type rdo_diff_type
void persToTrans(const InDet::PixelCluster_p2 *, InDet::PixelCluster *, MsgStream &)
Identifier identify() const
return the identifier
const Amg::Vector2D & localPosition() const
return the local position reference
InDet::SiWidth_p2 m_width
const InDet::SiWidth & width() const
return width class reference
unsigned long long value_type
void persToTrans(const InDet::SiWidth_p2 *, InDet::SiWidth *, MsgStream &)
InDet::PixelCluster createPixelCluster(const InDet::PixelCluster_p2 *persObj, const InDetDD::SiDetectorElement *delEl, MsgStream &log)