Public Member Functions | |
| Particle (const TensorType::Element &element) | |
| Constructor. More... | |
Public Attributes | |
| const pandora::Cluster * | m_pShortCluster |
| Address of the short cluster. More... | |
| const pandora::Cluster * | m_pCluster1 |
| Address of long cluster in view 1. More... | |
| const pandora::Cluster * | m_pCluster2 |
| Address of long cluster in view 2. More... | |
| pandora::HitType | m_shortHitType |
| The hit type of the short cluster. More... | |
| pandora::HitType | m_hitType1 |
| The hit type of the long cluster in view 1. More... | |
| pandora::HitType | m_hitType2 |
| The hit type of the long cluster in view 2. More... | |
| float | m_shortMinX |
| The min x coordinate of the short cluster. More... | |
| float | m_shortMaxX |
| The max x coordinate of the short cluster. More... | |
| float | m_longMinX |
| The min x coordinate of the long clusters. More... | |
| float | m_longMaxX |
| The max x coordinate of the long clusters. More... | |
Particle class.
Definition at line 35 of file MissingTrackSegmentTool.h.
| lar_content::MissingTrackSegmentTool::Particle::Particle | ( | const TensorType::Element & | element | ) |
Constructor.
| element | the tensor element |
Definition at line 386 of file MissingTrackSegmentTool.cc.
| pandora::HitType lar_content::MissingTrackSegmentTool::Particle::m_hitType1 |
The hit type of the long cluster in view 1.
Definition at line 49 of file MissingTrackSegmentTool.h.
| pandora::HitType lar_content::MissingTrackSegmentTool::Particle::m_hitType2 |
The hit type of the long cluster in view 2.
Definition at line 50 of file MissingTrackSegmentTool.h.
| float lar_content::MissingTrackSegmentTool::Particle::m_longMaxX |
The max x coordinate of the long clusters.
Definition at line 54 of file MissingTrackSegmentTool.h.
| float lar_content::MissingTrackSegmentTool::Particle::m_longMinX |
The min x coordinate of the long clusters.
Definition at line 53 of file MissingTrackSegmentTool.h.
| const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pCluster1 |
Address of long cluster in view 1.
Definition at line 46 of file MissingTrackSegmentTool.h.
| const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pCluster2 |
Address of long cluster in view 2.
Definition at line 47 of file MissingTrackSegmentTool.h.
| const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pShortCluster |
Address of the short cluster.
Definition at line 45 of file MissingTrackSegmentTool.h.
| pandora::HitType lar_content::MissingTrackSegmentTool::Particle::m_shortHitType |
The hit type of the short cluster.
Definition at line 48 of file MissingTrackSegmentTool.h.
| float lar_content::MissingTrackSegmentTool::Particle::m_shortMaxX |
The max x coordinate of the short cluster.
Definition at line 52 of file MissingTrackSegmentTool.h.
| float lar_content::MissingTrackSegmentTool::Particle::m_shortMinX |
The min x coordinate of the short cluster.
Definition at line 51 of file MissingTrackSegmentTool.h.
1.8.5