![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Association class. More...
#include "BranchGrowingAlgorithm.h"
Public Member Functions | |
| Association () | |
| Default constructor. More... | |
| Association (const unsigned int order, const AssociationType type) | |
| Constructor. More... | |
| void | SetOrder (const unsigned int order) |
| Set association order. More... | |
| void | SetType (const AssociationType associationType) |
| Set association type. More... | |
| unsigned int | GetOrder () const |
| Get association order. More... | |
| AssociationType | GetType () const |
| Get association type. More... | |
Private Attributes | |
| unsigned int | m_order |
| AssociationType | m_type |
Association class.
Definition at line 38 of file BranchGrowingAlgorithm.h.
|
inline |
Default constructor.
Definition at line 129 of file BranchGrowingAlgorithm.h.
|
inline |
Constructor.
| order | the association order |
| type | the association type |
Definition at line 137 of file BranchGrowingAlgorithm.h.
|
inline |
Get association order.
Definition at line 159 of file BranchGrowingAlgorithm.h.
References m_order.
|
inline |
Get association type.
Definition at line 166 of file BranchGrowingAlgorithm.h.
References m_type.
Referenced by lar_content::BranchGrowingAlgorithm::FindAssociatedClusters(), and lar_content::BranchGrowingAlgorithm::IdentifyClusterMerges().
|
inline |
Set association order.
| order | the association order |
Definition at line 145 of file BranchGrowingAlgorithm.h.
References m_order.
|
inline |
Set association type.
| associationType | the association type |
Definition at line 152 of file BranchGrowingAlgorithm.h.
References m_type.
Referenced by lar_content::BranchGrowingAlgorithm::FindAssociatedClusters().
|
private |
Definition at line 83 of file BranchGrowingAlgorithm.h.
Referenced by GetOrder(), and SetOrder().
|
private |
Definition at line 84 of file BranchGrowingAlgorithm.h.