Public Member Functions | |
| Particle (const TensorType::Element &elementA, const TensorType::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_pCommonCluster1 |
| Address of the common cluster in view 1. More... | |
| const pandora::Cluster * | m_pCommonCluster2 |
| Address of the common cluster in view 2. More... | |
Particle class.
Definition at line 31 of file UndershootTracksTool.h.
| lar_content::UndershootTracksTool::Particle::Particle | ( | const TensorType::Element & | elementA, |
| const TensorType::Element & | elementB | ||
| ) |
Constructor.
Definition at line 191 of file UndershootTracksTool.cc.
| const pandora::Cluster* lar_content::UndershootTracksTool::Particle::m_pClusterA |
Address of non-shared cluster in element A.
Definition at line 42 of file UndershootTracksTool.h.
| const pandora::Cluster* lar_content::UndershootTracksTool::Particle::m_pClusterB |
Address of non-shared cluster in element B.
Definition at line 43 of file UndershootTracksTool.h.
| const pandora::Cluster* lar_content::UndershootTracksTool::Particle::m_pCommonCluster1 |
Address of the common cluster in view 1.
Definition at line 44 of file UndershootTracksTool.h.
| const pandora::Cluster* lar_content::UndershootTracksTool::Particle::m_pCommonCluster2 |
Address of the common cluster in view 2.
Definition at line 45 of file UndershootTracksTool.h.
1.8.11