Project
Loading...
Searching...
No Matches
o2::math_utils::RollingStats Struct Reference

#include <fit.h>

Public Member Functions

 RollingStats ()=default
 
 RollingStats (const int nValues)
 
 ClassDefNV (RollingStats, 1)
 

Public Attributes

std::vector< float > median
 median of rolling data
 
std::vector< float > std
 std of rolling data
 
std::vector< intnPoints
 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
 

Detailed Description

Definition at line 816 of file fit.h.

Constructor & Destructor Documentation

◆ RollingStats() [1/2]

o2::math_utils::RollingStats::RollingStats ( )
default

◆ RollingStats() [2/2]

o2::math_utils::RollingStats::RollingStats ( const int  nValues)
inline

Definition at line 818 of file fit.h.

Member Function Documentation

◆ ClassDefNV()

o2::math_utils::RollingStats::ClassDefNV ( RollingStats  ,
 
)

Member Data Documentation

◆ 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: