CMS 3D CMS Logo

List of all members | Public Attributes
riemannFit::LineFit Struct Reference

#include <FitResult.h>

Public Attributes

double chi2
 
Matrix2d cov
 
Vector2d par
 (cotan(theta),Zip) More...
 

Detailed Description

Definition at line 38 of file FitResult.h.

Member Data Documentation

◆ chi2

double riemannFit::LineFit::chi2

Definition at line 45 of file FitResult.h.

Referenced by brokenline::lineFit().

◆ cov

Matrix2d riemannFit::LineFit::cov

|cov(c_t,c_t)|cov(Zip,c_t)|
|cov(c_t,Zip)|cov(Zip,Zip)|

Definition at line 40 of file FitResult.h.

Referenced by brokenline::lineFit().

◆ par

Vector2d riemannFit::LineFit::par

(cotan(theta),Zip)

Definition at line 39 of file FitResult.h.

Referenced by brokenline::lineFit().