  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   36   std::vector<Identifier> rdoList;
 
   37   rdoList.resize( persObj->
m_rdoList.size() );
 
   51   (cmat)(0,0) = 
static_cast<double>(persObj->
m_mat00);
 
   52   (cmat)(1,0) = 
static_cast<double>(persObj->
m_mat01);
 
   53   (cmat)(0,1) = 
static_cast<double>(persObj->
m_mat01);
 
   54   (cmat)(1,1) = 
static_cast<double>(persObj->
m_mat11);
 
  
JetConstituentVector::iterator iterator
 
void transToPers(const InDet::SiWidth *, InDet::SiWidth_p2 *, MsgStream &)
 
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
 
InDet::SiWidth_p2 m_width
 
Eigen::Matrix< double, 2, 1 > Vector2D
 
void persToTrans(const InDet::SCT_Cluster_p2 *, InDet::SCT_Cluster *, MsgStream &)
 
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)
 
Identifier::diff_type calc_offset(const Identifier &base, const Identifier &target) const
Calculate a channel offset between the two identifiers.
 
void transToPers(const InDet::SCT_Cluster *, InDet::SCT_Cluster_p2 *, MsgStream &)
 
InDet::SCT_Cluster createSCT_Cluster(const InDet::SCT_Cluster_p2 *persObj, Identifier clusId, const InDetDD::SiDetectorElement *detEl, MsgStream &log)
 
Identifier identify() const
return the identifier
 
const Amg::Vector2D & localPosition() const
return the local position reference
 
const InDet::SiWidth & width() const
return width class reference
 
InDet::SiWidthCnv_p2 m_swCnv
 
void persToTrans(const InDet::SiWidth_p2 *, InDet::SiWidth *, MsgStream &)
 
std::vector< rdo_diff_type > m_rdoList
 
Identifier strip_id_offset(const Identifier &base, Identifier::diff_type offset) const
Create an identifier with a given base and channel offset.