10#include <tracking/trackFindingCDC/filters/segmentPairRelation/BaseSegmentPairRelationFilter.h>
11#include <tracking/trackFindingCDC/filters/segmentPair/MCSegmentPairFilter.h>
13#include <tracking/trackFindingCDC/filters/base/MCSymmetricFilter.dcl.h>
20 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Filter for the construction of axial to stereo segment pairs based on MC information.
void setAllowReverse(bool allowReverse) final
Setter for the allow reverse parameter.
MCSymmetric< BaseSegmentPairRelationFilter > Super
Type of the super class.
void initialize() final
Initialize the before event processing.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
MCSegmentPairRelationFilter(bool allowReverse=true)
Constructor setting to default reversal symmetry.
MCSegmentPairFilter m_mcSegmentPairFilter
Instance of the Monte Carlo axial stereo segment filter for rejection of false cells.
MCSymmetric(bool allowReverse=true)
virtual void setAllowReverse(bool allowReverse)
Abstract base class for different kinds of events.