Public Member Functions | |
Particle (const TensorType::Element &element) | |
Constructor. More... | |
Public Attributes | |
const pandora::Cluster * | m_pLongCluster |
Address of the long cluster. More... | |
const pandora::Cluster * | m_pCluster1 |
Address of short cluster in view 1. More... | |
const pandora::Cluster * | m_pCluster2 |
Address of short cluster in view 2. More... | |
float | m_longMinX |
The min x coordinate of the long cluster. More... | |
float | m_longMaxX |
The max x coordinate of the long cluster. More... | |
float | m_short1MinX |
The min x coordinate of short cluster 1. More... | |
float | m_short1MaxX |
The max x coordinate of short cluster 1. More... | |
float | m_short2MinX |
The min x coordinate of short cluster 2. More... | |
float | m_short2MaxX |
The max x coordinate of short cluster 2. More... | |
Particle class.
Definition at line 33 of file TrackSplittingTool.h.
lar_content::TrackSplittingTool::Particle::Particle | ( | const TensorType::Element & | element | ) |
Constructor.
element | the tensor element |
Definition at line 230 of file TrackSplittingTool.cc.
float lar_content::TrackSplittingTool::Particle::m_longMaxX |
The max x coordinate of the long cluster.
Definition at line 47 of file TrackSplittingTool.h.
float lar_content::TrackSplittingTool::Particle::m_longMinX |
The min x coordinate of the long cluster.
Definition at line 46 of file TrackSplittingTool.h.
const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pCluster1 |
Address of short cluster in view 1.
Definition at line 44 of file TrackSplittingTool.h.
const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pCluster2 |
Address of short cluster in view 2.
Definition at line 45 of file TrackSplittingTool.h.
const pandora::Cluster* lar_content::TrackSplittingTool::Particle::m_pLongCluster |
Address of the long cluster.
Definition at line 43 of file TrackSplittingTool.h.
float lar_content::TrackSplittingTool::Particle::m_short1MaxX |
The max x coordinate of short cluster 1.
Definition at line 49 of file TrackSplittingTool.h.
float lar_content::TrackSplittingTool::Particle::m_short1MinX |
The min x coordinate of short cluster 1.
Definition at line 48 of file TrackSplittingTool.h.
float lar_content::TrackSplittingTool::Particle::m_short2MaxX |
The max x coordinate of short cluster 2.
Definition at line 51 of file TrackSplittingTool.h.
float lar_content::TrackSplittingTool::Particle::m_short2MinX |
The min x coordinate of short cluster 2.
Definition at line 50 of file TrackSplittingTool.h.