8 #ifndef LAR_THREE_VIEW_MATCHING_CONTROL_H 9 #define LAR_THREE_VIEW_MATCHING_CONTROL_H 1 56 pandora::StatusCode
ReadSettings(
const pandora::TiXmlHandle xmlHandle);
81 #endif // #ifndef LAR_THREE_VIEW_MATCHING_CONTROL_H ThreeViewMatchingControl class.
pandora::ClusterList m_clusterListW
The selected modified cluster list W.
pandora::ClusterList m_clusterListU
The selected modified cluster list U.
NViewMatchingAlgorithm class.
std::string m_inputClusterListNameW
The name of the view W cluster list.
NViewMatchingControl class.
TensorType & GetOverlapTensor()
Get the overlap tensor.
Header file for the lar overlap tensor class.
pandora::ClusterList m_clusterListV
The selected modified cluster list V.
void PerformMainLoop()
Main loop over cluster combinations in order to populate the overlap container. Responsible for calli...
MatchingBaseAlgorithm class.
Header file for the matching control class.
void UpdateForNewCluster(const pandora::Cluster *const pNewCluster)
Update to reflect addition of a new cluster to the problem space.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read settings from xml.
std::string m_inputClusterListNameV
The name of the view V cluster list.
void PrepareAllInputClusters()
Perform any preparatory steps required on the input clusters, e.g. caching expensive fit results...
ThreeViewDeltaRayMatchingAlgorithm class.
const std::string & GetClusterListName(const pandora::HitType hitType) const
Get the cluster list name corresponding to a specified hit type.
ThreeViewTrackFragmentsAlgorithm class.
const pandora::ClusterList * m_pInputClusterListU
Address of the input cluster list U.
const pandora::ClusterList & GetInputClusterList(const pandora::HitType hitType) const
Get the input cluster list corresponding to a specified hit type.
void TidyUp()
Tidy member variables.
TensorType m_overlapTensor
The overlap tensor.
const pandora::ClusterList * m_pInputClusterListV
Address of the input cluster list V.
ThreeViewMatchingControl(MatchingBaseAlgorithm *const pAlgorithm)
Constructor.
const pandora::ClusterList * m_pInputClusterListW
Address of the input cluster list W.
const pandora::ClusterList & GetSelectedClusterList(const pandora::HitType hitType) const
Get the selected cluster list corresponding to a specified hit type.
std::string m_inputClusterListNameU
The name of the view U cluster list.
virtual ~ThreeViewMatchingControl()
Destructor.
void UpdateUponDeletion(const pandora::Cluster *const pDeletedCluster)
Update to reflect cluster deletion.
void SelectAllInputClusters()
Select a subset of input clusters for processing in this algorithm.
OverlapTensor< T > TensorType