AmbiguousDeltaRayTool class. More...
#include <AmbiguousDeltaRayTool.h>
Public Member Functions | |
AmbiguousDeltaRayTool () | |
Default constructor. More... | |
Private Member Functions | |
bool | Run (ThreeViewDeltaRayMatchingAlgorithm *const pAlgorithm, TensorType &overlapTensor) |
Run the algorithm tool. More... | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
void | ExamineConnectedElements (TensorType &overlapTensor) const |
Identify ambiguous matches (e.g. 3:2:1) and, if possible, create pfos out of the best 1:1:1 cluster match. More... | |
void | PickOutGoodMatches (const TensorType::ElementList &elementList, pandora::ClusterSet &usedClusters, ProtoParticleVector &protoParticleVector) const |
Identify the best 1:1:1 match in a group of connected elements and from it create a pfo. More... | |
Private Attributes | |
float | m_maxGoodMatchReducedChiSquared |
The maximum reduced chi squared value of a good 1:1:1 match. More... | |
Additional Inherited Members | |
Public Types inherited from lar_content::DeltaRayTensorTool | |
typedef ThreeViewDeltaRayMatchingAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector < TensorType::ElementList::const_iterator > | IteratorList |
Public Attributes inherited from lar_content::DeltaRayTensorTool | |
ThreeViewDeltaRayMatchingAlgorithm * | m_pParentAlgorithm |
Address of the parent matching algorithm. More... | |
AmbiguousDeltaRayTool class.
Definition at line 18 of file AmbiguousDeltaRayTool.h.
lar_content::AmbiguousDeltaRayTool::AmbiguousDeltaRayTool | ( | ) |
Default constructor.
Definition at line 18 of file AmbiguousDeltaRayTool.cc.
|
private |
Identify ambiguous matches (e.g. 3:2:1) and, if possible, create pfos out of the best 1:1:1 cluster match.
overlapTensor | the overlap tensor |
Definition at line 39 of file AmbiguousDeltaRayTool.cc.
|
private |
Identify the best 1:1:1 match in a group of connected elements and from it create a pfo.
elementList | the tensor element list |
usedClusters | the output list of clusters contained within to be created pfos |
protoParticleVector | the output vector of ProtoParticles |
Definition at line 71 of file AmbiguousDeltaRayTool.cc.
|
private |
Definition at line 126 of file AmbiguousDeltaRayTool.cc.
|
privatevirtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implements lar_content::DeltaRayTensorTool.
Definition at line 24 of file AmbiguousDeltaRayTool.cc.
|
private |
The maximum reduced chi squared value of a good 1:1:1 match.
Definition at line 46 of file AmbiguousDeltaRayTool.h.