Belle II Software development
|
Base class that receives candidates found by quadtree. More...
#include <BaseCandidateReceiver.h>
Public Member Functions | |
BaseCandidateReceiver (std::vector< const CDCWireHit * > allAxialWireHits) | |
Constructor. | |
virtual | ~BaseCandidateReceiver () |
Destructor. | |
virtual void | operator() (const std::vector< const CDCWireHit * > &inputWireHits, void *qt) |
Main entry point for the post processing call from the QuadTreeProcessor. | |
const std::vector< CDCTrack > & | getTracks () const |
Get the collected tracks. | |
Protected Attributes | |
std::vector< const CDCWireHit * > | m_allAxialWireHits |
Pool of all axial hits from which the road search may select additional hits. | |
std::vector< CDCTrack > | m_tracks |
Collected tracks. | |
Base class that receives candidates found by quadtree.
Definition at line 25 of file BaseCandidateReceiver.h.
|
explicit |
Constructor.
Definition at line 15 of file BaseCandidateReceiver.cc.
|
virtual |
const std::vector< CDCTrack > & getTracks | ( | ) | const |
Get the collected tracks.
Definition at line 40 of file BaseCandidateReceiver.cc.
|
virtual |
Main entry point for the post processing call from the QuadTreeProcessor.
Reimplemented in OffOriginExtension.
Definition at line 24 of file BaseCandidateReceiver.cc.
|
protected |
Pool of all axial hits from which the road search may select additional hits.
Definition at line 39 of file BaseCandidateReceiver.h.
|
protected |
Collected tracks.
Definition at line 42 of file BaseCandidateReceiver.h.