10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/findlets/minimal/AxialSegmentPairCreator.h>
14#include <tracking/trackFindingCDC/filters/segmentPair/ChooseableSegmentPairFilter.h>
16#include <cdc/topology/ISuperLayer.h>
29 namespace TrackingUtilities {
34 namespace TrackFindingCDC {
55 void apply(const
std::
vector<TrackingUtilities::CDCSegment2D>& inputSegments,
56 std::
vector<TrackingUtilities::CDCSegmentPair>& segmentPairs) final;
60 void create(const
std::
vector<const TrackingUtilities::CDCSegment2D*>& fromSegments,
61 const
std::
vector<const TrackingUtilities::CDCSegment2D*>& toSegments,
62 std::
vector<TrackingUtilities::CDCSegmentPair>& segmentPairs);
The Module parameter list class.
Class providing construction combinatorics for the axial stereo segment pairs.
ChooseableSegmentPairFilter m_segmentPairFilter
The filter to be used for the segment pair generation.
void apply(const std::vector< TrackingUtilities::CDCSegment2D > &inputSegments, std::vector< TrackingUtilities::CDCSegmentPair > &segmentPairs) final
Main method constructing pairs in adjacent super layers.
AxialSegmentPairCreator m_axialSegmentPairCreator
Findlet responsible for the creation of axial axial segment pairs.
std::string getDescription() final
Short description of the findlet.
SegmentPairCreator()
Constructor adding the filter as a subordinary processing signal listener.
std::array< std::vector< const TrackingUtilities::CDCSegment2D * >, CDC::ISuperLayerUtil::c_N > m_segmentsBySuperLayer
Structure for the segments grouped by super layer id.
bool m_param_axialBridging
Parameter : Switch to enable the search for axial to axial pairs to enable more stable reconstruction...
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void create(const std::vector< const TrackingUtilities::CDCSegment2D * > &fromSegments, const std::vector< const TrackingUtilities::CDCSegment2D * > &toSegments, std::vector< TrackingUtilities::CDCSegmentPair > &segmentPairs)
Creates segment pairs from a combination of from segments and to segments.
TrackingUtilities::Findlet< const TrackingUtilities::CDCSegment2D, TrackingUtilities::CDCSegmentPair > Super
Type of the base class.
A reconstructed sequence of two dimensional hits in one super layer.
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.
This is a utility class for the free ISuperLayer type.