 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
14 #include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
16 #include <tracking/trackFindingCDC/ca/MultipassCellularPathFinder.h>
26 namespace TrackFindingCDC {
30 class TrackCombiner :
public Findlet<const CDCTrack, const CDCTrack, CDCTrack> {
34 using Super = Findlet<const CDCTrack, const CDCTrack, CDCTrack>;
49 const std::vector<
CDCTrack>& secondInputTracks,
50 std::vector<
CDCTrack>& tracks) final;
Class representing a sequence of three dimensional reconstructed hits.
TrackCombiner()
Default constructor.
bool m_param_identifyCommonSegments
Parameter : Activate the identification of common segments.
A segment consisting of three dimensional reconstructed hits.
Class to combine the run of the cellular automaton and the repeated path extraction.
Abstract base class for different kinds of events.
Findlet< const CDCTrack, const CDCTrack, CDCTrack > Super
Type of the base class.
void apply(const std::vector< CDCTrack > &inputTracks, const std::vector< CDCTrack > &secondInputTracks, std::vector< CDCTrack > &tracks) final
Main algorithm.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
MultipassCellularPathFinder< const CDCSegment3D > m_cellularPathFinder
Instance of the cellular automaton path finder.
std::string getDescription() final
Short description of the findlet.
The Module parameter list class.