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