LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
TransverseMatrixTool class. More...
#include "TwoViewTransverseTracksAlgorithm.h"
Public Types | |
typedef TwoViewTransverseTracksAlgorithm::MatchingType::MatrixType | MatrixType |
typedef std::vector< MatrixType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (TwoViewTransverseTracksAlgorithm *const pAlgorithm, MatrixType &overlapMatrix)=0 |
Run the algorithm tool. More... | |
TransverseMatrixTool class.
Definition at line 99 of file TwoViewTransverseTracksAlgorithm.h.
typedef std::vector<MatrixType::ElementList::const_iterator> lar_content::TransverseMatrixTool::IteratorList |
Definition at line 103 of file TwoViewTransverseTracksAlgorithm.h.
typedef TwoViewTransverseTracksAlgorithm::MatchingType::MatrixType lar_content::TransverseMatrixTool::MatrixType |
Definition at line 102 of file TwoViewTransverseTracksAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapMatrix | the overlap matrix |
Implemented in lar_content::TwoViewLongTracksTool, lar_content::TwoViewThreeDKinkTool, lar_content::TransverseMatrixVisualizationTool, lar_content::TwoViewClearTracksTool, and lar_content::TwoViewSimpleTracksTool.