ATLAS Offline Software
|
#include <PixelCluster_p3.h>
Public Types | |
typedef int | rdo_diff_type |
Public Member Functions | |
PixelCluster_p3 () | |
Public Attributes | |
unsigned int | m_clusId {} |
std::vector< rdo_diff_type > | m_rdoList |
float | m_localPosX {} |
float | m_localPosY {} |
float | m_mat00 {} |
float | m_mat01 {} |
float | m_mat11 {} |
float | m_omegax {} |
float | m_omegay {} |
unsigned int | m_properties {} |
int | m_splitInfo {} |
std::vector< float > | m_chargeList |
InDet::SiWidth_p2 | m_width |
Definition at line 17 of file PixelCluster_p3.h.
typedef int InDet::PixelCluster_p3::rdo_diff_type |
Definition at line 22 of file PixelCluster_p3.h.
|
inline |
Definition at line 24 of file PixelCluster_p3.h.
std::vector<float> InDet::PixelCluster_p3::m_chargeList |
Definition at line 39 of file PixelCluster_p3.h.
unsigned int InDet::PixelCluster_p3::m_clusId {} |
Definition at line 28 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_localPosX {} |
Definition at line 30 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_localPosY {} |
Definition at line 31 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_mat00 {} |
Definition at line 32 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_mat01 {} |
Definition at line 33 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_mat11 {} |
Definition at line 34 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_omegax {} |
Definition at line 35 of file PixelCluster_p3.h.
float InDet::PixelCluster_p3::m_omegay {} |
Definition at line 36 of file PixelCluster_p3.h.
unsigned int InDet::PixelCluster_p3::m_properties {} |
Definition at line 37 of file PixelCluster_p3.h.
std::vector<rdo_diff_type> InDet::PixelCluster_p3::m_rdoList |
Definition at line 29 of file PixelCluster_p3.h.
int InDet::PixelCluster_p3::m_splitInfo {} |
Definition at line 38 of file PixelCluster_p3.h.
InDet::SiWidth_p2 InDet::PixelCluster_p3::m_width |
Definition at line 41 of file PixelCluster_p3.h.