| 36 |
fUseEmpty(false), |
fUseEmpty(false), |
| 37 |
fUseRange(false), |
fUseRange(false), |
| 38 |
fErrors1(false), |
fErrors1(false), |
| 39 |
fCoordErrors(false), |
fCoordErrors(true), |
| 40 |
fAsymErrors(false) |
fAsymErrors(true) |
| 41 |
{} |
{} |
| 42 |
|
|
| 43 |
|
|
| 45 |
bool fUseEmpty; // use empty bins (default is false) with a fixed error of 1 |
bool fUseEmpty; // use empty bins (default is false) with a fixed error of 1 |
| 46 |
bool fUseRange; // use the function range when creating the fit data (default is false) |
bool fUseRange; // use the function range when creating the fit data (default is false) |
| 47 |
bool fErrors1; // use all errors equal to 1, i.e. fit without errors (default is false) |
bool fErrors1; // use all errors equal to 1, i.e. fit without errors (default is false) |
| 48 |
bool fCoordErrors; // use errors on the coordinates when available (default is false) |
bool fCoordErrors; // use errors on the x coordinates when available (default is true) |
| 49 |
bool fAsymErrors; // use asymmetric errors in the value when available, selecting them according to the on sign of residual (default is false) |
bool fAsymErrors; // use asymmetric errors in the value when available, selecting them according to the on sign of residual (default is true) |
| 50 |
|
|
| 51 |
|
|
| 52 |
}; |
}; |