LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
PfoAssociation class. More...
#include "StitchingCosmicRayMergingTool.h"
Public Types | |
enum | VertexType { UNDEFINED = 0, INNER = 1, OUTER = 2 } |
Vertex enumeration. More... | |
Public Member Functions | |
PfoAssociation (const VertexType parent, const VertexType daughter, const float fom) | |
Constructor. More... | |
VertexType | GetParent () const |
Get parent. More... | |
VertexType | GetDaughter () const |
Get daughter. More... | |
float | GetFigureOfMerit () const |
Get figure of merit. More... | |
Private Attributes | |
VertexType | m_parent |
The parent vertex type. More... | |
VertexType | m_daughter |
The daughter vertex type. More... | |
float | m_fom |
The figure of merit. More... | |
PfoAssociation class.
Definition at line 38 of file StitchingCosmicRayMergingTool.h.
Vertex enumeration.
Enumerator | |
---|---|
UNDEFINED | |
INNER | |
OUTER |
Definition at line 44 of file StitchingCosmicRayMergingTool.h.
lar_content::StitchingCosmicRayMergingTool::PfoAssociation::PfoAssociation | ( | const VertexType | parent, |
const VertexType | daughter, | ||
const float | fom | ||
) |
Constructor.
parent | the parent vertex type |
daughter | the daughter vertex type |
fom | the figure of merit |
Definition at line 791 of file StitchingCosmicRayMergingTool.cc.
StitchingCosmicRayMergingTool::PfoAssociation::VertexType lar_content::StitchingCosmicRayMergingTool::PfoAssociation::GetDaughter | ( | ) | const |
Get daughter.
Definition at line 807 of file StitchingCosmicRayMergingTool.cc.
References m_daughter.
Referenced by lar_content::StitchingCosmicRayMergingTool::SelectPfoMatches().
float lar_content::StitchingCosmicRayMergingTool::PfoAssociation::GetFigureOfMerit | ( | ) | const |
Get figure of merit.
Definition at line 814 of file StitchingCosmicRayMergingTool.cc.
References m_fom.
Referenced by lar_content::StitchingCosmicRayMergingTool::SelectPfoMatches().
StitchingCosmicRayMergingTool::PfoAssociation::VertexType lar_content::StitchingCosmicRayMergingTool::PfoAssociation::GetParent | ( | ) | const |
Get parent.
Definition at line 800 of file StitchingCosmicRayMergingTool.cc.
References m_parent.
Referenced by lar_content::StitchingCosmicRayMergingTool::SelectPfoMatches().
|
private |
The daughter vertex type.
Definition at line 83 of file StitchingCosmicRayMergingTool.h.
Referenced by GetDaughter().
|
private |
The figure of merit.
Definition at line 84 of file StitchingCosmicRayMergingTool.h.
Referenced by GetFigureOfMerit().
|
private |
The parent vertex type.
Definition at line 82 of file StitchingCosmicRayMergingTool.h.
Referenced by GetParent().