 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/EPreferredDirection.h>
24 namespace TrackFindingCDC {
28 class TrackOrienter :
public Findlet<const CDCTrack, CDCTrack> {
32 using Super = Findlet<const CDCTrack, CDCTrack>;
std::string m_param_trackOrientationString
Parameter: String that states the desired track orientation.
Class representing a sequence of three dimensional reconstructed hits.
void initialize() final
Signals the beginning of the event processing.
EPreferredDirection m_trackOrientation
Encoded desired track orientation.
std::string getDescription() final
Short description of the findlet.
Findlet< const CDCTrack, CDCTrack > Super
Type of the base class.
Abstract base class for different kinds of events.
void apply(const std::vector< CDCTrack > &inputTracks, std::vector< CDCTrack > &outputTracks) final
Main algorithm applying the adjustment of the orientation.
The Module parameter list class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.