MarlinTPC  1.2.0
Public Member Functions | List of all members
marlintpc::SimpleMinimizerResidualsFunction Class Reference

The Minuit2 fitter function to calculate the squared sum of the residuals. More...

#include <SimpleMinimizerResidualsFunction.h>

Inheritance diagram for marlintpc::SimpleMinimizerResidualsFunction:

Public Member Functions

 SimpleMinimizerResidualsFunction (const EVENT::Track *const t, TrackFitterBase const *f)
 
virtual double Up () const
 
virtual double operator() (const std::vector< double > &) const
 
void SetErrorDef (double def)
 

Detailed Description

The Minuit2 fitter function to calculate the squared sum of the residuals.

Derived from FCNBase. This corresonds to a $\chi^2$ fit with all errors set to one. Advantage: No covariance matrix of the hits is required.


The documentation for this class was generated from the following files: