#include <fit.h>
|
std::vector< float > | median |
| median of rolling data
|
|
std::vector< float > | std |
| std of rolling data
|
|
std::vector< int > | nPoints |
| number of points used for the calculation
|
|
std::vector< float > | closestDistanceL |
| distance of closest point to the left
|
|
std::vector< float > | closestDistanceR |
| distance of closest point to the right
|
|
Definition at line 816 of file fit.h.
◆ RollingStats() [1/2]
o2::math_utils::RollingStats::RollingStats |
( |
| ) |
|
|
default |
◆ RollingStats() [2/2]
o2::math_utils::RollingStats::RollingStats |
( |
const int |
nValues | ) |
|
|
inline |
◆ ClassDefNV()
o2::math_utils::RollingStats::ClassDefNV |
( |
RollingStats |
, |
|
|
1 |
|
|
) |
| |
◆ closestDistanceL
std::vector<float> o2::math_utils::RollingStats::closestDistanceL |
distance of closest point to the left
Definition at line 830 of file fit.h.
◆ closestDistanceR
std::vector<float> o2::math_utils::RollingStats::closestDistanceR |
distance of closest point to the right
Definition at line 831 of file fit.h.
◆ median
std::vector<float> o2::math_utils::RollingStats::median |
median of rolling data
Definition at line 827 of file fit.h.
◆ nPoints
std::vector<int> o2::math_utils::RollingStats::nPoints |
number of points used for the calculation
Definition at line 829 of file fit.h.
◆ std
std::vector<float> o2::math_utils::RollingStats::std |
std of rolling data
Definition at line 828 of file fit.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Common/MathUtils/include/MathUtils/fit.h