10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/filters/track/BaseTrackFilter.h>
13#include <tracking/trackFindingCDC/filters/track/TrackFilterFactory.h>
15#include <tracking/trackingUtilities/filters/base/ChooseableFilter.dcl.h>
26 namespace TrackingUtilities {
30 namespace TrackFindingCDC {
45 explicit TrackRejecter(
const std::string& defaultFilterName =
"all");
54 void apply(
std::
vector<TrackingUtilities::CDCTrack>& tracks) final;
The Module parameter list class.
Factory that can create appropriate track filters from associated names.
bool m_param_deleteRejected
Parameter : Switch to delete the tracks instead of marking them as background.
void apply(std::vector< TrackingUtilities::CDCTrack > &tracks) final
Main algorithm.
TrackingUtilities::Findlet< TrackingUtilities::CDCTrack & > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
TrackRejecter(const std::string &defaultFilterName="all")
Constructor adding the filter as a subordinary processing signal listener.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
TrackingUtilities::ChooseableFilter< TrackFilterFactory > m_trackFilter
Reference to the filter to be used to filter.
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.