10#include <tracking/trackFindingCDC/findlets/minimal/CDCMCCloneLookUpFiller.h>
12#include <tracking/trackFindingCDC/filters/track/TrackQualityFilterFactory.h>
13#include <tracking/trackingUtilities/filters/base/ChooseableFilter.dcl.h>
24 namespace TrackingUtilities {
27 namespace TrackFindingCDC {
50 void apply(
std::
vector<TrackingUtilities::CDCTrack>& tracks) final;
The Module parameter list class.
Findlet to exports CDCTracks as RecoTracks.
bool m_param_resetTakenFlag
Reset taken flag for deleted tracks so that hits can be used by subsequent TFs.
bool m_param_deleteTracks
Delete tracks below threshold instead of just assigning quality indicator.
void initialize() override
Receive and dispatch signal before the start of the event processing.
void apply(std::vector< TrackingUtilities::CDCTrack > &tracks) final
Main algorithm.
bool m_needsTruthInformation
Store output of needsTruthInformation from filter in member variable.
TrackingUtilities::Findlet< TrackingUtilities::CDCTrack & > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
CDCMCCloneLookUpFiller m_mcCloneLookUpFiller
Findlet to fill CDCTracks into lookup table (singleton) with clone information.
TrackQualityEstimator(const std::string &defaultFilterName="mva")
Constructor adding the filter as a subordinary processing signal listener.
TrackingUtilities::ChooseableFilter< TrackQualityFilterFactory > m_trackQualityFilter
Reference to the filter to be used to filter.
Derived class of TrackFilterFactory with a truth target that also discards clones Probably this whole...
Class representing a sequence of three dimensional reconstructed hits.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.