Project
Loading...
Searching...
No Matches
o2::math_utils::detail::StatAccumulator Struct Reference

#include <StatAccumulator.h>

Public Member Functions

void add (float v, float w=1.)
 
double getMean () const
 
template<typename T = float>
std::tuple< T, TgetMeanRMS2 () const
 
StatAccumulatoroperator+= (const StatAccumulator &other)
 
StatAccumulator operator+ (const StatAccumulator &other) const
 
void clear ()
 

Public Attributes

double sum = 0.
 
double sum2 = 0.
 
double wsum = 0.
 
int n = 0
 

Detailed Description

Definition at line 30 of file StatAccumulator.h.

Member Function Documentation

◆ add()

void o2::math_utils::detail::StatAccumulator::add ( float  v,
float  w = 1. 
)
inline

Definition at line 37 of file StatAccumulator.h.

◆ clear()

void o2::math_utils::detail::StatAccumulator::clear ( )
inline

Definition at line 80 of file StatAccumulator.h.

◆ getMean()

double o2::math_utils::detail::StatAccumulator::getMean ( ) const
inline

Definition at line 45 of file StatAccumulator.h.

◆ getMeanRMS2()

template<typename T = float>
std::tuple< T, T > o2::math_utils::detail::StatAccumulator::getMeanRMS2 ( ) const
inline

Definition at line 49 of file StatAccumulator.h.

◆ operator+()

StatAccumulator o2::math_utils::detail::StatAccumulator::operator+ ( const StatAccumulator other) const
inline

Definition at line 73 of file StatAccumulator.h.

◆ operator+=()

StatAccumulator & o2::math_utils::detail::StatAccumulator::operator+= ( const StatAccumulator other)
inline

Definition at line 64 of file StatAccumulator.h.

Member Data Documentation

◆ n

int o2::math_utils::detail::StatAccumulator::n = 0

Definition at line 35 of file StatAccumulator.h.

◆ sum

double o2::math_utils::detail::StatAccumulator::sum = 0.

Definition at line 32 of file StatAccumulator.h.

◆ sum2

double o2::math_utils::detail::StatAccumulator::sum2 = 0.

Definition at line 33 of file StatAccumulator.h.

◆ wsum

double o2::math_utils::detail::StatAccumulator::wsum = 0.

Definition at line 34 of file StatAccumulator.h.


The documentation for this struct was generated from the following file: