LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 384 of file MissingTrackSegmentTool.cc.
References lar_content::LArClusterHelper::GetClusterHitType().
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.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap().
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.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap().
float lar_content::MissingTrackSegmentTool::Particle::m_longMaxX |
The max x coordinate of the long clusters.
Definition at line 54 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap(), lar_content::MissingTrackSegmentTool::IsPossibleMerge(), and lar_content::MissingTrackSegmentTool::MakeDecisions().
float lar_content::MissingTrackSegmentTool::Particle::m_longMinX |
The min x coordinate of the long clusters.
Definition at line 53 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap(), lar_content::MissingTrackSegmentTool::IsPossibleMerge(), and lar_content::MissingTrackSegmentTool::MakeDecisions().
const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pCluster1 |
Address of long cluster in view 1.
Definition at line 46 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap().
const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pCluster2 |
Address of long cluster in view 2.
Definition at line 47 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap().
const pandora::Cluster* lar_content::MissingTrackSegmentTool::Particle::m_pShortCluster |
Address of the short cluster.
Definition at line 45 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetCandidateClusters(), and lar_content::MissingTrackSegmentTool::MakeDecisions().
pandora::HitType lar_content::MissingTrackSegmentTool::Particle::m_shortHitType |
The hit type of the short cluster.
Definition at line 48 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetCandidateClusters().
float lar_content::MissingTrackSegmentTool::Particle::m_shortMaxX |
The max x coordinate of the short cluster.
Definition at line 52 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap(), lar_content::MissingTrackSegmentTool::IsPossibleMerge(), and lar_content::MissingTrackSegmentTool::MakeDecisions().
float lar_content::MissingTrackSegmentTool::Particle::m_shortMinX |
The min x coordinate of the short cluster.
Definition at line 51 of file MissingTrackSegmentTool.h.
Referenced by lar_content::MissingTrackSegmentTool::GetSegmentOverlapMap(), lar_content::MissingTrackSegmentTool::IsPossibleMerge(), and lar_content::MissingTrackSegmentTool::MakeDecisions().