 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
24 namespace TrackFindingCDC {
29 class AxialTrackHitMigrator :
public Findlet<const CDCWireHit* const, CDCTrack> {
33 using Super = Findlet<const CDCWireHit* const, CDCTrack>;
44 std::vector<
CDCTrack>& axialTracks) final;
double m_param_addDistance
Parameter : Distance for a hit to be added.
Class representing a sequence of three dimensional reconstructed hits.
std::string getDescription() final
Short description of the findlet.
Findlet< const CDCWireHit *const, CDCTrack > Super
Type of the base class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void apply(const std::vector< const CDCWireHit * > &axialWireHits, std::vector< CDCTrack > &axialTracks) final
Do the hit migration.
Abstract base class for different kinds of events.
double m_param_dropDistance
Parameter : Distance for a hit to be removed.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.