10#include <tracking/trackFindingCDC/filters/segmentTripleRelation/BaseSegmentTripleRelationFilter.h>
11#include <tracking/trackFindingCDC/filters/segmentTriple/MCSegmentTripleFilter.h>
12#include <tracking/trackFindingCDC/filters/base/MCSymmetricFilter.dcl.h>
19 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a triple of reconstructed segments in adjacent superlayer.
Filter for the construction of segment triples based on Monte Carlo information.
MCSegmentTripleRelationFilter(bool allowReverse=true)
Constructor.
MCSegmentTripleFilter m_mcSegmentTripleFilter
Instance of the Monte Carlo segment triple filter for rejection of false cells.
void initialize() final
Initialize the before event processing.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void setAllowReverse(bool allowReverse) override
Setter for the allow reverse parameter.
MCSymmetric< BaseSegmentTripleRelationFilter > Super
Type of the super class.
MCSymmetric(bool allowReverse=true)
virtual void setAllowReverse(bool allowReverse)
Abstract base class for different kinds of events.