LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
LongitudinalTensorTool class. More...
#include "ThreeDLongitudinalTracksAlgorithm.h"
Public Types | |
typedef ThreeDLongitudinalTracksAlgorithm::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (ThreeDLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor)=0 |
Run the algorithm tool. More... | |
LongitudinalTensorTool class.
Definition at line 82 of file ThreeDLongitudinalTracksAlgorithm.h.
typedef std::vector<TensorType::ElementList::const_iterator> lar_content::LongitudinalTensorTool::IteratorList |
Definition at line 86 of file ThreeDLongitudinalTracksAlgorithm.h.
typedef ThreeDLongitudinalTracksAlgorithm::TensorType lar_content::LongitudinalTensorTool::TensorType |
Definition at line 85 of file ThreeDLongitudinalTracksAlgorithm.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.