DeltaRayTensorTool class. More...
#include <ThreeViewDeltaRayMatchingAlgorithm.h>
Public Types | |
typedef ThreeViewDeltaRayMatchingAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (ThreeViewDeltaRayMatchingAlgorithm *const pAlgorithm, TensorType &overlapTensor)=0 |
Run the algorithm tool. More... | |
Public Attributes | |
ThreeViewDeltaRayMatchingAlgorithm * | m_pParentAlgorithm |
Address of the parent matching algorithm. More... | |
DeltaRayTensorTool class.
Definition at line 98 of file ThreeViewDeltaRayMatchingAlgorithm.h.
typedef std::vector<TensorType::ElementList::const_iterator> lar_content::DeltaRayTensorTool::IteratorList |
Definition at line 102 of file ThreeViewDeltaRayMatchingAlgorithm.h.
typedef ThreeViewDeltaRayMatchingAlgorithm::MatchingType::TensorType lar_content::DeltaRayTensorTool::TensorType |
Definition at line 101 of file ThreeViewDeltaRayMatchingAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implemented in lar_content::CosmicRayRemovalTool, lar_content::RemovalBaseTool, lar_content::DeltaRayRemovalTool, lar_content::AmbiguousDeltaRayTool, lar_content::DeltaRayMergeTool, and lar_content::UnambiguousDeltaRayTool.
ThreeViewDeltaRayMatchingAlgorithm* lar_content::DeltaRayTensorTool::m_pParentAlgorithm |
Address of the parent matching algorithm.
Definition at line 114 of file ThreeViewDeltaRayMatchingAlgorithm.h.