 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/filters/wireHit/ChooseableWireHitFilter.h>
23 namespace TrackFindingCDC {
27 class WireHitBackgroundDetector :
public Findlet<CDCWireHit&> {
31 using Super = Findlet<CDCWireHit&>;
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
std::string getDescription() final
Short description of the findlet.
ChooseableWireHitFilter m_wireHitFilter
Chooseable WireHit filter to be used to filter background.
Abstract base class for different kinds of events.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking hit as background.
WireHitBackgroundDetector()
Default constructor.
Findlet< CDCWireHit & > Super
Type of the base class.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.