Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
ClearTracksTool.h
Go to the documentation of this file.
1
8#ifndef CLEAR_TRACKS_TOOL_H
9#define CLEAR_TRACKS_TOOL_H 1
10
12
13namespace lar_content
14{
15
20{
21public:
26
27 bool Run(ThreeViewTransverseTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor);
28
29private:
31
39 void CreateThreeDParticles(ThreeViewTransverseTracksAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const;
40
43};
44
45} // namespace lar_content
46
47#endif // #ifndef CLEAR_TRACKS_TOOL_H
Header file for the three view transverse tracks algorithm class.
ClearTracksTool class.
float m_minXOverlapFraction
The min x overlap fraction (in each view) for particle creation.
bool Run(ThreeViewTransverseTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor)
Run the algorithm tool.
float m_minMatchedFraction
The min matched sampling point fraction for particle creation.
ClearTracksTool()
Default constructor.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
void CreateThreeDParticles(ThreeViewTransverseTracksAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const
Create three dimensional particles for a given tensor element list.
ThreeViewTransverseTracksAlgorithm::MatchingType::TensorType TensorType
StatusCode
The StatusCode enum.