ClearTracksTool class. More...
#include <ClearTracksTool.h>
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... | |
Additional Inherited Members | |
Public Types inherited from lar_content::TransverseTensorTool | |
| typedef ThreeViewTransverseTracksAlgorithm::MatchingType::TensorType | TensorType |
| typedef std::vector < TensorType::ElementList::const_iterator > | IteratorList |
ClearTracksTool class.
Definition at line 19 of file ClearTracksTool.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 39 of file ClearTracksTool.cc.
|
private |
Definition at line 72 of file ClearTracksTool.cc.
|
virtual |
Run the algorithm tool.
| pAlgorithm | address of the calling algorithm |
| overlapTensor | the overlap tensor |
Implements lar_content::TransverseTensorTool.
Definition at line 23 of file ClearTracksTool.cc.
|
private |
The min matched sampling point fraction for particle creation.
Definition at line 41 of file ClearTracksTool.h.
|
private |
The min x overlap fraction (in each view) for particle creation.
Definition at line 42 of file ClearTracksTool.h.
1.8.5