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.
void initialize() final
Initialisation before the event processing starts.
void apply(const std::vector< CDCWireHit > &wireHits)
Execute over wireHits.
Findlet< const CDCWireHit > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
HitReclaimer()
Constructor.
Abstract base class for different kinds of events.