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