10#include <tracking/trackFindingCDC/findlets/minimal/CDCMCCloneLookUpFiller.h>
12#include <tracking/trackFindingCDC/filters/track/TrackQualityFilterFactory.h>
13#include <tracking/trackFindingCDC/filters/base/ChooseableFilter.dcl.h>
24 namespace TrackFindingCDC {
The Module parameter list class.
Findlet to exports CDCTracks as RecoTracks.
Class representing a sequence of three dimensional reconstructed hits.
Convenvience wrapper to setup a Chooseable filter from a specific factory object.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Deletes fake tracks that have been rejected by a filter.
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 apply(std::vector< CDCTrack > &tracks) final
Main algorithm.
void initialize() override
Receive and dispatch signal before the start of the event processing.
bool m_needsTruthInformation
Store output of needsTruthInformation from filter in member variable.
ChooseableFilter< TrackQualityFilterFactory > m_trackQualityFilter
Reference to the filter to be used to filter.
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.
Derived class of TrackFilterFactory with a truth target that also discards clones Probably this whole...
Abstract base class for different kinds of events.