 |
Belle II Software
release-05-01-25
|
13 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackMerger.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackHitMigrator.h>
17 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorHitLegendre.h>
29 namespace TrackFindingCDC {
32 enum class LegendreFindingPass;
42 class AxialTrackFinderLegendre :
public Findlet<const CDCWireHit, CDCTrack> {
46 using Super = Findlet<const CDCWireHit, CDCTrack>;
@ NonCurlers
Pass corresponds to High-pt track finding and more deeper quadtree.
AxialTrackHitMigrator m_axialTrackHitMigrator
Findlet to exchange hits between tracks based on their proximity to the respective trajectory.
Class representing a sequence of three dimensional reconstructed hits.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
std::string getDescription() final
Short description of the findlet.
@ NonCurlersWithIncreasingThreshold
Pass corresponds to High-pt track finding and more rough quadtree.
AxialTrackFinderLegendre()
Constructor.
EPass
Pass keys for the different sets of predefined parameters for a pass if legendre search Note: Naming ...
Abstract base class for different kinds of events.
AxialTrackCreatorHitLegendre m_nonCurlersWithIncreasingThresholdAxialTrackCreatorHitLegendre
Findlet for the non-curler with increased threshold legendre pass.
AxialTrackCreatorHitLegendre m_fullRangeAxialTrackCreatorHitLegendre
Findlet for the full range legendre pass.
AxialTrackMerger m_axialTrackMerger
Findlet to merge the tracks after the legendre finder.
AxialTrackCreatorHitLegendre m_nonCurlerAxialTrackCreatorHitLegendre
Findlet for the non-curler legendre pass.
Findlet< const CDCWireHit, CDCTrack > Super
Type of the base class.
@ FullRange
Pass corresponds to full pt range and even more rough quadtree (non-ip tracks, tracks with energy los...
Generates axial tracks from hit using special leaf postprocessing.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.
void apply(const std::vector< CDCWireHit > &wireHits, std::vector< CDCTrack > &tracks)
Main method to apply the track finding.