Base class for all the fit data types.
Definition at line 67 of file DataVector.h.
|
static unsigned int | MaxSize () |
| define a max size to avoid allocating too large arrays More...
|
|
#include <Fit/DataVector.h>
◆ FitData() [1/4]
ROOT::Fit::FitData::FitData |
( |
| ) |
|
|
inline |
construct with default option and data range
Definition at line 72 of file DataVector.h.
◆ ~FitData()
virtual ROOT::Fit::FitData::~FitData |
( |
| ) |
|
|
inlinevirtual |
◆ FitData() [2/4]
construct passing options and default data range
Definition at line 78 of file DataVector.h.
◆ FitData() [3/4]
ROOT::Fit::FitData::FitData |
( |
const DataRange & |
range | ) |
|
|
inline |
construct passing range and default options
Definition at line 84 of file DataVector.h.
◆ FitData() [4/4]
construct passing options and data range
Definition at line 89 of file DataVector.h.
◆ MaxSize()
static unsigned int ROOT::Fit::FitData::MaxSize |
( |
| ) |
|
|
inlinestatic |
define a max size to avoid allocating too large arrays
Definition at line 111 of file DataVector.h.
◆ Opt() [1/2]
◆ Opt() [2/2]
◆ Range()
const DataRange& ROOT::Fit::FitData::Range |
( |
| ) |
const |
|
inline |
◆ fOptions
◆ fRange
The documentation for this class was generated from the following file: