Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::FragmentOverlapResult Class Reference

FragmentOverlapResult class. More...

#include "LArTrackOverlapResult.h"

Inheritance diagram for lar_content::FragmentOverlapResult:
Collaboration diagram for lar_content::FragmentOverlapResult:

Public Member Functions

 FragmentOverlapResult ()
 Default constructor.
 
 FragmentOverlapResult (const TrackOverlapResult trackOverlapResult, const pandora::CaloHitList &caloHitList, const pandora::ClusterList &clusterList)
 Constructor.
 
 FragmentOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2, const pandora::CaloHitList &caloHitList, const pandora::ClusterList &clusterList)
 Constructor.
 
 FragmentOverlapResult (const FragmentOverlapResult &rhs)
 Copy constructor.
 
 ~FragmentOverlapResult ()
 Destructor.
 
const pandora::CaloHitListGetFragmentCaloHitList () const
 Get the list of fragment-associated hits.
 
const pandora::ClusterListGetFragmentClusterList () const
 Get the list of fragment-associated clusters.
 
pandora::HitType GetFragmentHitType () const
 Get the fragment hit type.
 
FragmentOverlapResultoperator= (const FragmentOverlapResult &rhs)
 Fragments overlap result assigment operator.
 
bool IsInitialized () const
 Whether the track overlap result has been initialized.
 
unsigned int GetNMatchedSamplingPoints () const
 Get the number of matched sampling points.
 
unsigned int GetNSamplingPoints () const
 Get the number of sampling points.
 
float GetMatchedFraction () const
 Get the fraction of sampling points resulting in a match.
 
float GetChi2 () const
 Get the absolute chi2 value.
 
float GetReducedChi2 () const
 Get the chi2 per samping point value.
 
bool operator< (const TrackOverlapResult &rhs) const
 Track overlap result less than operator.
 
bool operator> (const TrackOverlapResult &rhs) const
 Track overlap result greater than operator.
 

Protected Attributes

bool m_isInitialized
 Whether the track overlap result has been initialized.
 
unsigned int m_nMatchedSamplingPoints
 The number of matched sampling points.
 
unsigned int m_nSamplingPoints
 The number of sampling points.
 
float m_matchedFraction
 The fraction of sampling points resulting in a match.
 
float m_chi2
 The absolute chi2 value.
 
float m_reducedChi2
 The chi2 per samping point value.
 

Private Attributes

pandora::CaloHitList m_caloHitList
 The list of fragment-associated hits.
 
pandora::ClusterList m_clusterList
 The list of fragment-associated clusters.
 

Detailed Description

FragmentOverlapResult class.

Definition at line 268 of file LArTrackOverlapResult.h.

Constructor & Destructor Documentation

◆ FragmentOverlapResult() [1/4]

lar_content::FragmentOverlapResult::FragmentOverlapResult ( )

Default constructor.

Definition at line 237 of file LArTrackOverlapResult.cc.

◆ FragmentOverlapResult() [2/4]

lar_content::FragmentOverlapResult::FragmentOverlapResult ( const TrackOverlapResult  trackOverlapResult,
const pandora::CaloHitList caloHitList,
const pandora::ClusterList clusterList 
)

Constructor.

Parameters
trackOverlapResult
caloHitList
clusterList

Definition at line 242 of file LArTrackOverlapResult.cc.

◆ FragmentOverlapResult() [3/4]

lar_content::FragmentOverlapResult::FragmentOverlapResult ( const unsigned int  nMatchedSamplingPoints,
const unsigned int  nSamplingPoints,
const float  chi2,
const pandora::CaloHitList caloHitList,
const pandora::ClusterList clusterList 
)

Constructor.

Parameters
nMatchedSamplingPoints
nSamplingPoints
chi2
caloHitList
clusterList

Definition at line 252 of file LArTrackOverlapResult.cc.

◆ FragmentOverlapResult() [4/4]

lar_content::FragmentOverlapResult::FragmentOverlapResult ( const FragmentOverlapResult rhs)

Copy constructor.

Parameters
rhs

Definition at line 262 of file LArTrackOverlapResult.cc.

◆ ~FragmentOverlapResult()

lar_content::FragmentOverlapResult::~FragmentOverlapResult ( )

Destructor.

Definition at line 271 of file LArTrackOverlapResult.cc.

Member Function Documentation

◆ GetChi2()

float lar_content::TrackOverlapResult::GetChi2 ( ) const
inlineinherited

Get the absolute chi2 value.

Returns
the absolute chi2 value

Definition at line 441 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetFragmentCaloHitList()

const pandora::CaloHitList & lar_content::FragmentOverlapResult::GetFragmentCaloHitList ( ) const
inline

Get the list of fragment-associated hits.

Returns
the list of fragment-associated hits

Definition at line 488 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetFragmentClusterList()

const pandora::ClusterList & lar_content::FragmentOverlapResult::GetFragmentClusterList ( ) const
inline

Get the list of fragment-associated clusters.

Returns
the list of fragment-associated clusters

Definition at line 495 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetFragmentHitType()

pandora::HitType lar_content::FragmentOverlapResult::GetFragmentHitType ( ) const

Get the fragment hit type.

Returns
the fragment hit type

Definition at line 288 of file LArTrackOverlapResult.cc.

◆ GetMatchedFraction()

float lar_content::TrackOverlapResult::GetMatchedFraction ( ) const
inlineinherited

Get the fraction of sampling points resulting in a match.

Returns
the fraction of sampling points resulting in a match

Definition at line 431 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetNMatchedSamplingPoints()

unsigned int lar_content::TrackOverlapResult::GetNMatchedSamplingPoints ( ) const
inlineinherited

Get the number of matched sampling points.

Returns
the number of matched sampling points

Definition at line 411 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetNSamplingPoints()

unsigned int lar_content::TrackOverlapResult::GetNSamplingPoints ( ) const
inlineinherited

Get the number of sampling points.

Returns
the number of sampling points

Definition at line 421 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetReducedChi2()

float lar_content::TrackOverlapResult::GetReducedChi2 ( ) const
inlineinherited

Get the chi2 per samping point value.

Returns
the chi2 per samping point value

Definition at line 451 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ IsInitialized()

bool lar_content::TrackOverlapResult::IsInitialized ( ) const
inlineinherited

Whether the track overlap result has been initialized.

Returns
boolean

Definition at line 404 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ operator<()

bool lar_content::TrackOverlapResult::operator< ( const TrackOverlapResult rhs) const
inherited

Track overlap result less than operator.

Parameters
rhsthe track overlap result for comparison

Definition at line 67 of file LArTrackOverlapResult.cc.

Here is the call graph for this function:

◆ operator=()

FragmentOverlapResult & lar_content::FragmentOverlapResult::operator= ( const FragmentOverlapResult rhs)

Fragments overlap result assigment operator.

Parameters
rhsthe track overlap result to assign

Definition at line 277 of file LArTrackOverlapResult.cc.

Here is the call graph for this function:

◆ operator>()

bool lar_content::TrackOverlapResult::operator> ( const TrackOverlapResult rhs) const
inherited

Track overlap result greater than operator.

Parameters
rhsthe track overlap result for comparison

Definition at line 92 of file LArTrackOverlapResult.cc.

Member Data Documentation

◆ m_caloHitList

pandora::CaloHitList lar_content::FragmentOverlapResult::m_caloHitList
private

The list of fragment-associated hits.

Definition at line 338 of file LArTrackOverlapResult.h.

◆ m_chi2

float lar_content::TrackOverlapResult::m_chi2
protectedinherited

The absolute chi2 value.

Definition at line 122 of file LArTrackOverlapResult.h.

◆ m_clusterList

pandora::ClusterList lar_content::FragmentOverlapResult::m_clusterList
private

The list of fragment-associated clusters.

Definition at line 339 of file LArTrackOverlapResult.h.

◆ m_isInitialized

bool lar_content::TrackOverlapResult::m_isInitialized
protectedinherited

Whether the track overlap result has been initialized.

Definition at line 118 of file LArTrackOverlapResult.h.

◆ m_matchedFraction

float lar_content::TrackOverlapResult::m_matchedFraction
protectedinherited

The fraction of sampling points resulting in a match.

Definition at line 121 of file LArTrackOverlapResult.h.

◆ m_nMatchedSamplingPoints

unsigned int lar_content::TrackOverlapResult::m_nMatchedSamplingPoints
protectedinherited

The number of matched sampling points.

Definition at line 119 of file LArTrackOverlapResult.h.

◆ m_nSamplingPoints

unsigned int lar_content::TrackOverlapResult::m_nSamplingPoints
protectedinherited

The number of sampling points.

Definition at line 120 of file LArTrackOverlapResult.h.

◆ m_reducedChi2

float lar_content::TrackOverlapResult::m_reducedChi2
protectedinherited

The chi2 per samping point value.

Definition at line 123 of file LArTrackOverlapResult.h.


The documentation for this class was generated from the following files: