The Gaudi Framework
v29r0 (ff2e7097)
|
Public Member Functions | |
se & | operator+= (const struct se &other) |
unsigned long | add (double Flag) |
double | mean () const |
double | rms () const |
double | meanErr () const |
double | efficiency () const |
double | efficiencyErr () const |
Public Attributes | |
unsigned long | nEntries = 0 |
number of calls More... | |
double | accumulatedFlag = 0 |
accumulated flag More... | |
double | accumulatedFlag2 = 0 |
double | minimalFlag = std::numeric_limits<double>::max() |
double | maximalFlag = -1 * std::numeric_limits<double>::max() |
long | nEntriesBeforeReset = -1 |
Friends | |
bool | operator< (const struct se &lhs, const struct se &rhs) |
Definition at line 446 of file StatEntity.h.
unsigned long StatEntity::se::add | ( | double | Flag | ) |
accumulate the flag
evaluate min/max
Definition at line 83 of file StatEntity.cpp.
double StatEntity::se::efficiency | ( | ) | const |
Definition at line 149 of file StatEntity.cpp.
double StatEntity::se::efficiencyErr | ( | ) | const |
Definition at line 167 of file StatEntity.cpp.
double StatEntity::se::mean | ( | ) | const |
Definition at line 106 of file StatEntity.cpp.
double StatEntity::se::meanErr | ( | ) | const |
Definition at line 130 of file StatEntity.cpp.
Definition at line 457 of file StatEntity.h.
double StatEntity::se::rms | ( | ) | const |
Definition at line 115 of file StatEntity.cpp.
double StatEntity::se::accumulatedFlag = 0 |
accumulated flag
Definition at line 450 of file StatEntity.h.
double StatEntity::se::accumulatedFlag2 = 0 |
Definition at line 451 of file StatEntity.h.
double StatEntity::se::maximalFlag = -1 * std::numeric_limits<double>::max() |
Definition at line 453 of file StatEntity.h.
double StatEntity::se::minimalFlag = std::numeric_limits<double>::max() |
Definition at line 452 of file StatEntity.h.
unsigned long StatEntity::se::nEntries = 0 |
number of calls
Definition at line 448 of file StatEntity.h.
long StatEntity::se::nEntriesBeforeReset = -1 |
Definition at line 455 of file StatEntity.h.