LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ClearLongitudinalTracksTool.h
Go to the documentation of this file.
1 
8 #ifndef CLEAR_LONGITUDINAL_TRACKS_TOOL_H
9 #define CLEAR_LONGITUDINAL_TRACKS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 public:
26 
27  bool Run(ThreeDLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor);
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
39  void CreateThreeDParticles(ThreeDLongitudinalTracksAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const;
40 
42 };
43 
44 } // namespace lar_content
45 
46 #endif // #ifndef CLEAR_LONGITUDINAL_TRACKS_TOOL_H
void CreateThreeDParticles(ThreeDLongitudinalTracksAlgorithm *const pAlgorithm, const TensorType::ElementList &elementList, bool &particlesMade) const
Create three dimensional particles for a given tensor element list.
bool Run(ThreeDLongitudinalTracksAlgorithm *const pAlgorithm, TensorType &overlapTensor)
Run the algorithm tool.
float m_minMatchedFraction
The min matched sampling point fraction for particle creation.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Header file for the three dimensional longitudinal tracks algorithm class.