10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
18 namespace TrackingUtilities {
23 namespace TrackFindingCDC {
42 std::
vector<TrackingUtilities::CDCRLWireHit>& outputRLWireHits) final;
Findlet for creating a list of RLWireHits (always bot hypothesis) from a list of WireHits using only ...
void apply(std::vector< TrackingUtilities::CDCWireHit > &inputWireHits, std::vector< TrackingUtilities::CDCRLWireHit > &outputRLWireHits) final
Generates the segment from wire hits.
std::string getDescription() final
Short description of the findlet.
TrackingUtilities::Findlet< TrackingUtilities::CDCWireHit &, TrackingUtilities::CDCRLWireHit & > Super
Type of the base class.
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.
Abstract base class for different kinds of events.