A 2D point used in statistics and fit.
More...
#include <Fit2D.h>
A 2D point used in statistics and fit.
Definition at line 34 of file Fit2D.h.
◆ Point() [1/2]
Muon::Fit2D::Point::Point |
( |
| ) |
|
|
inline |
◆ Point() [2/2]
Muon::Fit2D::Point::Point |
( |
int |
nIdx, |
|
|
double |
fX, |
|
|
double |
fY, |
|
|
double |
fW = 1.0 , |
|
|
const void * |
pData = nullptr |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
nIdx | The original index of the point |
fX | The X coordinate |
fY | The Y coordinate |
fW | The weight |
Definition at line 144 of file Fit2D.h.
◆ bExclude
bool Muon::Fit2D::Point::bExclude |
If set, exclude the point from all calculations.
Definition at line 41 of file Fit2D.h.
◆ fChi2
double Muon::Fit2D::Point::fChi2 |
Contribution to the Chi2.
Definition at line 40 of file Fit2D.h.
◆ fW
double Muon::Fit2D::Point::fW |
Weight.
Definition at line 39 of file Fit2D.h.
◆ fX
double Muon::Fit2D::Point::fX |
The X coordinate.
Definition at line 37 of file Fit2D.h.
◆ fY
double Muon::Fit2D::Point::fY |
The Y coordinate.
Definition at line 38 of file Fit2D.h.
◆ nIdx
int Muon::Fit2D::Point::nIdx |
Index of the point in the original list.
Definition at line 36 of file Fit2D.h.
◆ pData
const void* Muon::Fit2D::Point::pData |
Any external data provided by the caller.
Definition at line 42 of file Fit2D.h.
The documentation for this struct was generated from the following file: