FragmentTensorTool class. More...
#include <ThreeViewTrackFragmentsAlgorithm.h>
Public Types | |
typedef ThreeViewTrackFragmentsAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (ThreeViewTrackFragmentsAlgorithm *const pAlgorithm, TensorType &overlapTensor)=0 |
Run the algorithm tool. More... | |
FragmentTensorTool class.
Definition at line 163 of file ThreeViewTrackFragmentsAlgorithm.h.
typedef std::vector<TensorType::ElementList::const_iterator> lar_content::FragmentTensorTool::IteratorList |
Definition at line 167 of file ThreeViewTrackFragmentsAlgorithm.h.
typedef ThreeViewTrackFragmentsAlgorithm::MatchingType::TensorType lar_content::FragmentTensorTool::TensorType |
Definition at line 166 of file ThreeViewTrackFragmentsAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implemented in lar_content::ClearTrackFragmentsTool.