#include <AIDA_TupleVariableStatistics.h>
Public Methods | |
AIDA_TupleVariableStatistics () | |
Constructor. | |
~AIDA_TupleVariableStatistics () | |
Destructor. | |
bool | setStatistics (double valueMin, double valueMax, double valueMean, double valueRms, int numberOfEntries) |
Methods inherited from AIDA::DEV::ITupleVariableStatistics. | |
double | min () const |
double | max () const |
double | mean () const |
double | rms () const |
int | entries () const |
bool | reset () |
bool | addEntry (double value) |
Private Methods | |
AIDA_TupleVariableStatistics (const AIDA_TupleVariableStatistics &) | |
AIDA_TupleVariableStatistics & | operator= (const AIDA_TupleVariableStatistics &) |
Private Attributes | |
double | m_min |
double | m_max |
double | m_sumOfValues |
double | m_sumOfValuesSquared |
int | m_entries |
|
Definition at line 4 of file AIDA_TupleVariableStatistics.cpp. |
|
Definition at line 16 of file AIDA_TupleVariableStatistics.h. |
|
|
|
|
|
|
|
|
|
Referenced by rms(). |
|
|
|
|
|
|
|
Definition at line 29 of file AIDA_TupleVariableStatistics.cpp. References m_entries, m_sumOfValuesSquared, and mean(). |
|
Definition at line 14 of file AIDA_TupleVariableStatistics.cpp. References m_entries, m_max, m_min, m_sumOfValues, and m_sumOfValuesSquared. |
|
Definition at line 37 of file AIDA_TupleVariableStatistics.h. Referenced by rms(), and setStatistics(). |
|
Definition at line 34 of file AIDA_TupleVariableStatistics.h. Referenced by setStatistics(). |
|
Definition at line 33 of file AIDA_TupleVariableStatistics.h. Referenced by setStatistics(). |
|
Definition at line 35 of file AIDA_TupleVariableStatistics.h. Referenced by setStatistics(). |
|
Definition at line 36 of file AIDA_TupleVariableStatistics.h. Referenced by rms(), and setStatistics(). |