 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/filters/facetRelation/BaseFacetRelationFilter.h>
14 #include <tracking/trackFindingCDC/topology/ISuperLayer.h>
25 namespace TrackFindingCDC {
29 class Chi2FacetRelationFilter :
public BaseFacetRelationFilter {
Chi2FacetRelationFilter()
Constructor with the default chi2 cut value and width parameter.
BaseFacetRelationFilter()
Default constructor.
BaseFacetRelationFilter Super
Type of the super class.
double m_param_penaltyFactor
Parameter : The chi2 cut values distinguished by superlayer.
Abstract base class for different kinds of events.
void initialize() final
Initialise the parameter caches before the processing starts.
Class representing a triple of neighboring oriented wire with additional trajectory information.
std::vector< double > m_param_chi2CutByISuperLayer
Parameter : The chi2 cut values distinguished by superlayer.
std::array< double, ISuperLayerUtil::c_N > m_chi2CutByISuperLayer
Memory for the chi2 cut values distinguished by superlayer.
std::array< double, ISuperLayerUtil::c_N > m_penaltyWidthByISuperLayer
Memory for the chi2 cut values distinguished by superlayer.
The Module parameter list class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the set of parameters of the filter to the module parameter list.