37 std::vector<Identifier> rdoList;
38 rdoList.resize( persObj->
m_rdoList.size() );
41 std::vector<Identifier>::iterator tit = rdoList.begin();
52 (cmat)(0,0) =
static_cast<double>(persObj->
m_mat00);
53 (cmat)(1,0) =
static_cast<double>(persObj->
m_mat01);
54 (cmat)(0,1) =
static_cast<double>(persObj->
m_mat01);
55 (cmat)(1,1) =
static_cast<double>(persObj->
m_mat11);
98 std::vector<InDet::SCT_Cluster_p3::rdo_diff_type>::iterator pit = persObj->
m_rdoList.begin();
Class to hold geometrical description of a silicon detector element.
std::vector< rdo_diff_type > m_rdoList
uint16_t m_hitsInThirdTimeBin
InDet::SiWidth_p2 m_width
void setHitsInThirdTimeBin(uint16_t hitsInThirdTimeBin)
Setter method of timing.
uint16_t hitsInThirdTimeBin() const
Getter method of timing.
const InDet::SiWidth & width() const
return width class reference
void transToPers(const InDet::SCT_Cluster *, InDet::SCT_Cluster_p3 *, MsgStream &)
void persToTrans(const InDet::SCT_Cluster_p3 *, InDet::SCT_Cluster *, MsgStream &)
InDet::SiWidthCnv_p2 m_swCnv
InDet::SCT_Cluster createSCT_Cluster(const InDet::SCT_Cluster_p3 *persObj, Identifier clusId, const InDetDD::SiDetectorElement *detEl, MsgStream &log)
This is an Identifier helper class for the SCT subdetector.
const Amg::Vector2D & localPosition() const
return the local position reference
Identifier identify() const
return the identifier
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)
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 2, 1 > Vector2D