10#include <tracking/trackFindingCDC/filters/facetRelation/BaseFacetRelationFilter.h>
21 namespace TrackingUtilities {
24 namespace TrackFindingCDC {
The Module parameter list class.
BaseFacetRelationFilter()
Default constructor.
SimpleFacetRelationFilter()
Constructor using default direction of flight deviation cut off.
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCFacet &fromFacet, const TrackingUtilities::CDCFacet &toFacet) final
Main filter method returning the weight of the neighborhood relation.
BaseFacetRelationFilter Super
Type of the super class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the set of parameters of the filter to the module parameter list.
double m_param_deviationCosCut
Memory for the used direction of flight deviation.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Abstract base class for different kinds of events.