 |
Belle II Software
release-05-01-25
|
12 #include <tracking/ckf/cdc/filters/paths/BaseCDCPathFilter.h>
13 #include <tracking/trackFindingCDC/filters/base/FilterFactory.dcl.h>
20 class CDCPathFilterFactory :
public TrackFindingCDC::FilterFactory<BaseCDCPathFilter> {
25 using Super = TrackFindingCDC::FilterFactory<BaseCDCPathFilter>;
44 std::unique_ptr<BaseCDCPathFilter>
create(
const std::string& filterName)
const override;
std::string getIdentifier() const override
Getter for a short identifier for the factory.
TrackFindingCDC::FilterFactory< BaseCDCPathFilter > Super
Type of the base class.
CDCPathFilterFactory(const std::string &defaultFilterName="size")
Constructor forwarding the default filter name.
~CDCPathFilterFactory()
Default destructor.
std::map< std::string, std::string > getValidFilterNamesAndDescriptions() const override
Getter for valid filter names and a description for each.
Abstract base class for different kinds of events.
std::string getFilterPurpose() const override
Getter for a descriptive purpose of the constructed filters.
std::unique_ptr< BaseCDCPathFilter > create(const std::string &filterName) const override
Create a filter with the given name.