Belle II Software development
|
Spline with uncertainty obtained from the boot-strap replicas. More...
Public Member Functions | |
void | add (Spline spl) |
add boot-strap replica | |
Spline | getMeanSigma () |
Get mean and 1-sigma errors of the spline values. | |
Spline | getLimit (double v) |
quantile of all points in spline, v=0.5 : median, v=0.16: lower 68% bound, v=0.84 : upper 68% bound | |
Public Attributes | |
std::vector< Spline > | spls |
vector with replicas | |
Spline with uncertainty obtained from the boot-strap replicas.
Definition at line 151 of file BeamSpotStandAlone.cc.
|
inline |
add boot-strap replica
Definition at line 153 of file BeamSpotStandAlone.cc.
|
inline |
quantile of all points in spline, v=0.5 : median, v=0.16: lower 68% bound, v=0.84 : upper 68% bound
Definition at line 186 of file BeamSpotStandAlone.cc.
|
inline |
Get mean and 1-sigma errors of the spline values.
Definition at line 156 of file BeamSpotStandAlone.cc.
std::vector<Spline> spls |
vector with replicas
Definition at line 152 of file BeamSpotStandAlone.cc.