10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
18 namespace TrackFindingCDC {
Class representing an oriented hit wire including a hypotheses whether the causing track passes left ...
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.
Findlet for creating a list of RLWireHits (always bot hypothesis) from a list of WireHits using only ...
std::string getDescription() final
Short description of the findlet.
void apply(std::vector< CDCWireHit > &inputWireHits, std::vector< CDCRLWireHit > &outputRLWireHits) final
Generates the segment from wire hits.
Abstract base class for different kinds of events.