LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
FragmentTensorTool class. More...
#include "ThreeDTrackFragmentsAlgorithm.h"
Public Types | |
typedef ThreeDTrackFragmentsAlgorithm::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (ThreeDTrackFragmentsAlgorithm *const pAlgorithm, TensorType &overlapTensor)=0 |
Run the algorithm tool. More... | |
FragmentTensorTool class.
Definition at line 160 of file ThreeDTrackFragmentsAlgorithm.h.
typedef std::vector<TensorType::ElementList::const_iterator> lar_content::FragmentTensorTool::IteratorList |
Definition at line 164 of file ThreeDTrackFragmentsAlgorithm.h.
Definition at line 163 of file ThreeDTrackFragmentsAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implemented in lar_content::ClearTrackFragmentsTool.