11#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
18 namespace TrackFindingCDC {
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.
A small findlet that removes flags from hits not accepted by conventional tracking.
void initialize() final
Initialisation before the event processing starts.
void apply(const std::vector< CDCWireHit > &wireHits)
Execute over wireHits.
std::string getDescription() final
Short description of the findlet.
HitReclaimer()
Constructor.
Abstract base class for different kinds of events.