![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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 |
| VertexType | m_daughter |
| float | m_fom |
PfoAssociation class.
Definition at line 37 of file StitchingCosmicRayMergingTool.h.
Vertex enumeration.
| Enumerator | |
|---|---|
| UNDEFINED | |
| INNER | |
| OUTER | |
Definition at line 43 of file StitchingCosmicRayMergingTool.h.
| lar_content::StitchingCosmicRayMergingTool::PfoAssociation::PfoAssociation | ( | const VertexType | parent, |
| const VertexType | daughter, | ||
| const float | fom | ||
| ) |
Constructor.
| parent | |
| daughter | |
| fom |
Definition at line 613 of file StitchingCosmicRayMergingTool.cc.
| StitchingCosmicRayMergingTool::PfoAssociation::VertexType lar_content::StitchingCosmicRayMergingTool::PfoAssociation::GetDaughter | ( | ) | const |
Get daughter.
Definition at line 629 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 636 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 622 of file StitchingCosmicRayMergingTool.cc.
References m_parent.
Referenced by lar_content::StitchingCosmicRayMergingTool::SelectPfoMatches().
|
private |
Definition at line 82 of file StitchingCosmicRayMergingTool.h.
Referenced by GetDaughter().
|
private |
Definition at line 83 of file StitchingCosmicRayMergingTool.h.
Referenced by GetFigureOfMerit().
|
private |
Definition at line 81 of file StitchingCosmicRayMergingTool.h.
Referenced by GetParent().