LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
Particle (const MatrixType::Element &elementA, const MatrixType::Element &elementB) | |
Constructor. More... | |
Public Attributes | |
const pandora::Cluster * | m_pClusterA |
Address of non-shared cluster in element A. More... | |
const pandora::Cluster * | m_pClusterB |
Address of non-shared cluster in element B. More... | |
const pandora::Cluster * | m_pCommonCluster |
Address of the common cluster. More... | |
Particle class.
Definition at line 55 of file TwoViewThreeDKinkTool.h.
lar_content::TwoViewThreeDKinkTool::Particle::Particle | ( | const MatrixType::Element & | elementA, |
const MatrixType::Element & | elementB | ||
) |
Constructor.
elementA | the matrix element A |
elementB | the matrix element B |
Definition at line 407 of file TwoViewThreeDKinkTool.cc.
const pandora::Cluster* lar_content::TwoViewThreeDKinkTool::Particle::m_pClusterA |
Address of non-shared cluster in element A.
Definition at line 66 of file TwoViewThreeDKinkTool.h.
Referenced by lar_content::TwoViewThreeDKinkTool::GetIteratorListModifications(), and lar_content::TwoViewThreeDKinkTool::IsThreeDKink().
const pandora::Cluster* lar_content::TwoViewThreeDKinkTool::Particle::m_pClusterB |
Address of non-shared cluster in element B.
Definition at line 67 of file TwoViewThreeDKinkTool.h.
Referenced by lar_content::TwoViewThreeDKinkTool::GetIteratorListModifications(), and lar_content::TwoViewThreeDKinkTool::IsThreeDKink().
const pandora::Cluster* lar_content::TwoViewThreeDKinkTool::Particle::m_pCommonCluster |
Address of the common cluster.
Definition at line 68 of file TwoViewThreeDKinkTool.h.
Referenced by lar_content::TwoViewThreeDKinkTool::GetIteratorListModifications(), and lar_content::TwoViewThreeDKinkTool::IsThreeDKink().