LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ClearRemnantsTool class. More...
#include "ClearRemnantsTool.h"
Public Types | |
typedef ThreeViewRemnantsAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
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... | |
ClearRemnantsTool class.
Definition at line 19 of file ClearRemnantsTool.h.
|
inherited |
Definition at line 63 of file ThreeViewRemnantsAlgorithm.h.
|
inherited |
Definition at line 62 of file ThreeViewRemnantsAlgorithm.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.
References lar_content::MatchingBaseAlgorithm::CreateThreeDParticles(), and lar_content::ProtoParticle::m_clusterList.
|
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.
References lar_content::OverlapTensor< T >::GetUnambiguousElements().