 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/filters/facet/BaseFacetFilter.h>
23 namespace TrackFindingCDC {
27 class SimpleFacetFilter :
public BaseFacetFilter {
31 using Super = BaseFacetFilter;
SimpleFacetFilter()
Constructor using default direction of flight deviation cut off.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
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.
Abstract base class for different kinds of events.
BaseFacetFilter Super
Type of the super class.
Weight operator()(const CDCFacet &facet) final
Main filter method returning the weight of the facet.
Class representing a triple of neighboring oriented wire with additional trajectory information.
The Module parameter list class.