 |
Belle II Software
release-05-01-25
|
11 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/EPreferredDirection.h>
25 namespace TrackFindingCDC {
29 class SegmentOrienter:
public Findlet<const CDCSegment2D, CDCSegment2D> {
33 using Super = Findlet<const CDCSegment2D, CDCSegment2D>;
EPreferredDirection m_segmentOrientation
Encoded desired segment orientation.
std::string m_param_segmentOrientationString
Parameter: String that states the desired segment orientation.
Findlet< const CDCSegment2D, CDCSegment2D > Super
Type of the base class.
Abstract base class for different kinds of events.
std::string getDescription() final
Short description of the findlet.
A reconstructed sequence of two dimensional hits in one super layer.
The Module parameter list class.
void apply(const std::vector< CDCSegment2D > &inputSegments, std::vector< CDCSegment2D > &outputSegments) final
Main algorithm applying the adjustment of the orientation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void initialize() final
Signals the beginning of the event processing.