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