Belle II Software  release-08-01-10
BaseCandidateReceiver Class Reference

Base class that receives candidates found by quadtree. More...

#include <BaseCandidateReceiver.h>

Inheritance diagram for BaseCandidateReceiver:
Collaboration diagram for BaseCandidateReceiver:

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< CDCTrackm_tracks
 Collected tracks.
 

Detailed Description

Base class that receives candidates found by quadtree.

Definition at line 25 of file BaseCandidateReceiver.h.


The documentation for this class was generated from the following files: