10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/filters/wireHit/ChooseableWireHitFilter.h>
22 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a hit wire in the central drift chamber.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Marks hits as background based on the result of a filter.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking hit as background.
WireHitBackgroundDetector()
Default constructor.
std::string getDescription() final
Short description of the findlet.
ChooseableWireHitFilter m_wireHitFilter
Chooseable WireHit filter to be used to filter background.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
Abstract base class for different kinds of events.