LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
LongitudinalTensorTool class. More...
#include "ThreeViewLongitudinalTracksAlgorithm.h"
Public Types | |
typedef ThreeViewLongitudinalTracksAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (ThreeViewLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor)=0 |
Run the algorithm tool. More... | |
LongitudinalTensorTool class.
Definition at line 85 of file ThreeViewLongitudinalTracksAlgorithm.h.
typedef std::vector<TensorType::ElementList::const_iterator> lar_content::LongitudinalTensorTool::IteratorList |
Definition at line 89 of file ThreeViewLongitudinalTracksAlgorithm.h.
typedef ThreeViewLongitudinalTracksAlgorithm::MatchingType::TensorType lar_content::LongitudinalTensorTool::TensorType |
Definition at line 88 of file ThreeViewLongitudinalTracksAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implemented in lar_content::ClearLongitudinalTracksTool, and lar_content::MatchedEndPointsTool.