10 #include <tracking/trackFindingCDC/findlets/base/Findlet.h> 
   11 #include <framework/datastore/StoreArray.h> 
   12 #include <svd/dataobjects/SVDCluster.h> 
   22   class ModuleParamList;
 
   23   class SpacePointTrackCand;
 
   25   namespace vxdHoughTracking {
 
   46       void apply(std::vector<SpacePointTrackCand>& spacePointTrackCandsToResolve) 
override;
 
The Module parameter list class.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Interface for an algorithm part that needs to receive the module processing signals.
Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits.
void apply(std::vector< SpacePointTrackCand > &spacePointTrackCandsToResolve) override
Reject bad SpacePointTrackCands and bad hits inside the remaining.
void initialize() override
Create the store arrays.
StoreArray< SVDCluster > m_svdClusters
Stay connected to the DataStore for timing improvement.
TrackCandidateOverlapResolver()
Find intercepts in the 2D Hough space.
std::string m_resolveMethod
Strategy used to resolve overlaps.
double m_minActivityState
Minimum of activityState of candidate required to be accepted by the algorithm.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
~TrackCandidateOverlapResolver()
Default destructor.
std::string m_nameSVDClusters
Name of array of SVDCluster.
Abstract base class for different kinds of events.