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