10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorHitLegendre.h>
24 namespace TrackFindingCDC {
27 enum class LegendreFindingPass;
The Module parameter list class.
Generates axial tracks from hit using special leaf postprocessing.
EPass
Pass keys for the different sets of predefined parameters for a pass if legendre search Note: Naming ...
Class representing a sequence of three dimensional reconstructed hits.
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.
Generates monopole-like axial tracks from hit using special leaf postprocessing.
AxialTrackCreatorHitLegendre m_straightMonopoleAxialTrackCreatorHitLegendre
Findlet for straight legendre pass.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void apply(const std::vector< CDCWireHit > &wireHits, std::vector< CDCTrack > &tracks)
Main method to apply the track finding.
MonopoleAxialTrackFinderLegendre()
Constructor.
Abstract base class for different kinds of events.