LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ClearTracksTool class. More...
#include "ClearTracksTool.h"
Public Types | |
typedef ThreeViewTransverseTracksAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
ClearTracksTool () | |
Default constructor. More... | |
bool | Run (ThreeViewTransverseTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor) |
Run the algorithm tool. More... | |
Private Member Functions | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
void | CreateThreeDParticles (ThreeViewTransverseTracksAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const |
Create three dimensional particles for a given tensor element list. More... | |
Private Attributes | |
float | m_minMatchedFraction |
The min matched sampling point fraction for particle creation. More... | |
float | m_minXOverlapFraction |
The min x overlap fraction (in each view) for particle creation. More... | |
ClearTracksTool class.
Definition at line 19 of file ClearTracksTool.h.
|
inherited |
Definition at line 131 of file ThreeViewTransverseTracksAlgorithm.h.
|
inherited |
Definition at line 130 of file ThreeViewTransverseTracksAlgorithm.h.
lar_content::ClearTracksTool::ClearTracksTool | ( | ) |
Default constructor.
Definition at line 17 of file ClearTracksTool.cc.
|
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 41 of file ClearTracksTool.cc.
References lar_content::MatchingBaseAlgorithm::CreateThreeDParticles(), lar_content::ProtoParticle::m_clusterList, m_minMatchedFraction, and m_minXOverlapFraction.
Referenced by Run().
|
private |
Definition at line 74 of file ClearTracksTool.cc.
References m_minMatchedFraction, and m_minXOverlapFraction.
|
virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implements lar_content::TransverseTensorTool.
Definition at line 25 of file ClearTracksTool.cc.
References CreateThreeDParticles(), and lar_content::OverlapTensor< T >::GetUnambiguousElements().
|
private |
The min matched sampling point fraction for particle creation.
Definition at line 41 of file ClearTracksTool.h.
Referenced by CreateThreeDParticles(), and ReadSettings().
|
private |
The min x overlap fraction (in each view) for particle creation.
Definition at line 42 of file ClearTracksTool.h.
Referenced by CreateThreeDParticles(), and ReadSettings().