 |
Belle II Software
release-05-01-25
|
13 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorHitLegendre.h>
27 namespace TrackFindingCDC {
30 enum class LegendreFindingPass;
45 class MonopoleAxialTrackFinderLegendre :
public Findlet<const CDCWireHit, CDCTrack> {
49 using Super = Findlet<const CDCWireHit, CDCTrack>;
std::string getDescription() final
Short description of the findlet.
Class representing a sequence of three dimensional reconstructed hits.
@ Straight
Pass corresponds to very High-pt track and very rough quadtree (monopole tracks, including those with...
AxialTrackCreatorHitLegendre m_straightMonopoleAxialTrackCreatorHitLegendre
Findlet for straight legendre pass.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
EPass
Pass keys for the different sets of predefined parameters for a pass if legendre search Note: Naming ...
Findlet< const CDCWireHit, CDCTrack > Super
Type of the base class.
Abstract base class for different kinds of events.
MonopoleAxialTrackFinderLegendre()
Constructor.
void apply(const std::vector< CDCWireHit > &wireHits, std::vector< CDCTrack > &tracks)
Main method to apply the track finding.
Generates axial tracks from hit using special leaf postprocessing.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.