![]() |
ATLAS Offline Software
|
A 2D point used in statistics and fit. More...
#include <Fit2D.h>
Public Member Functions | |
| Point () | |
| Default constructor. | |
| Point (int nIdx, double fX, double fY, double fW=1.0, const void *pData=nullptr) | |
| Constructor. | |
Public Attributes | |
| int | nIdx |
| Index of the point in the original list. | |
| double | fX |
| The X coordinate. | |
| double | fY |
| The Y coordinate. | |
| double | fW |
| Weight. | |
| double | fChi2 |
| Contribution to the Chi2. | |
| bool | bExclude |
| If set, exclude the point from all calculations. | |
| const void * | pData |
| Any external data provided by the caller. | |
|
inline |
Default constructor.
Definition at line 139 of file Fit2D.h.
|
inline |
| bool Muon::Fit2D::Point::bExclude |
| int Muon::Fit2D::Point::nIdx |
| const void* Muon::Fit2D::Point::pData |