ClearRemnantsTool class. More...
#include <ClearRemnantsTool.h>
Public Member Functions | |
bool | Run (ThreeViewRemnantsAlgorithm *const pAlgorithm, TensorType &overlapTensor) |
Run the algorithm tool. More... | |
Private Member Functions | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
void | CreateThreeDParticles (ThreeViewRemnantsAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const |
Create three dimensional particles for a given tensor element list. More... | |
Additional Inherited Members | |
Public Types inherited from lar_content::RemnantTensorTool | |
typedef ThreeViewRemnantsAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector < TensorType::ElementList::const_iterator > | IteratorList |
ClearRemnantsTool class.
Definition at line 19 of file ClearRemnantsTool.h.
|
private |
Create three dimensional particles for a given tensor element list.
pAlgorithm | address of the calling algorithm (ultimately responsible for the particles) |
elementList | the tensor element list |
particlesMade | receive boolean indicating whether particles have been made |
Definition at line 34 of file ClearRemnantsTool.cc.
|
private |
Definition at line 52 of file ClearRemnantsTool.cc.
|
virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implements lar_content::RemnantTensorTool.
Definition at line 18 of file ClearRemnantsTool.cc.