![]() |
Belle II Software prerelease-10-00-00a
|
track finding procedure More...
#include <KLMTrackFinder.h>

Public Member Functions | |
| KLMTrackFinder () | |
| Default constructor. | |
| KLMTrackFinder (KLMTrackFitter *fitter) | |
| The track finder requires a track fitter. | |
| ~KLMTrackFinder () | |
| Destructor. | |
| void | registerFitter (KLMTrackFitter *fitter) |
| Register a fitter if not constructed with one. | |
| bool | filter (const std::list< KLMHit2d * > &seed, std::list< KLMHit2d * > &hits, std::list< KLMHit2d * > &track, int iSubdetector) |
| find associated hits and do fit. | |
Protected Attributes | |
| KLMTrackFitter * | m_Fitter |
| pointer to the fitter | |
track finding procedure
Definition at line 25 of file KLMTrackFinder.h.
| KLMTrackFinder | ( | ) |
|
explicit |
The track finder requires a track fitter.
Definition at line 26 of file KLMTrackFinder.cc.
| ~KLMTrackFinder | ( | ) |
| bool filter | ( | const std::list< KLMHit2d * > & | seed, |
| std::list< KLMHit2d * > & | hits, | ||
| std::list< KLMHit2d * > & | track, | ||
| int | iSubdetector ) |
find associated hits and do fit.
find associated hits and do fit
Definition at line 43 of file KLMTrackFinder.cc.
| void registerFitter | ( | KLMTrackFitter * | fitter | ) |
Register a fitter if not constructed with one.
Definition at line 37 of file KLMTrackFinder.cc.
|
protected |
pointer to the fitter
Definition at line 52 of file KLMTrackFinder.h.