10#include <tracking/trackingUtilities/numerics/Matrix.h>
19 namespace TrackingUtilities {
23 namespace TrackFindingCDC {
39 double maxChi2 = std::numeric_limits<double>::infinity());
77 TrackingUtilities::Matrix<double, 3, 1> w,
Utility class to fit hit triplet and relations of them.
static double fitChi2(const TrackingUtilities::CDCFacet &fromFacet, const TrackingUtilities::CDCFacet &toFacet)
Calculate only the chi2 of a line fitted to the hits of the two facets.
static double fit(const TrackingUtilities::CDCFacet &facet, int nSteps=100, double maxChi2=std::numeric_limits< double >::infinity())
Fits a proper line to the facet and returns the chi2.
Class representing a triple of neighboring oriented wire with additional trajectory information.
A parameter line including including an line covariance matrix which is interpreted as located in the...
Abstract base class for different kinds of events.