10#include <tracking/trackFindingCDC/filters/facetRelation/BaseFacetRelationFilter.h>
12#include <tracking/trackFindingCDC/filters/facet/MCFacetFilter.h>
14#include <tracking/trackFindingCDC/filters/base/MCSymmetricFilter.dcl.h>
21 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Filter for the construction of good facets based on Monte Carlo information.
MCFacetFilter m_mcFacetFilter
Monte Carlo cell filter to reject neighborhoods have false cells.
void initialize() final
Initialize the before event processing.
MCSymmetric< BaseFacetRelationFilter > Super
Type of the super class.
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.
MCFacetRelationFilter(bool allowReverse=false)
Constructor also setting the switch if the reversed version of a facet (in comparison to MC truth) sh...
MCSymmetric(bool allowReverse=true)
virtual void setAllowReverse(bool allowReverse)
Abstract base class for different kinds of events.