10#include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
12#include <tracking/trackFindingCDC/filters/base/FilterFactory.dcl.h>
19 namespace TrackFindingCDC {
Base class for filtering the neighborhood of tracks.
Factory that can create appropriate filter instances from a name.
FilterFactory(const std::string &defaultFilterName="")
std::map< std::string, std::string > getValidFilterNamesAndDescriptions() const final
Getter for valid filter names and a description for each.
std::unique_ptr< BaseTrackRelationFilter > create(const std::string &filterName) const final
Create a filter with the given name.
FilterFactory< BaseTrackRelationFilter > Super
Type of the base class.
std::string getFilterPurpose() const final
Getter for a descriptive purpose of the constructed filters.
std::string getIdentifier() const final
Getter for a short identifier for the factory.
TrackRelationFilterFactory(const std::string &defaultFilterName="realistic")
Constructor forwarding the default filter name.
Abstract base class for different kinds of events.