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