#include <SimpleTestStatistic.h>
Inheritance diagram for Atlfast::SimpleTestStatistic:
Public Methods | |
SimpleTestStatistic (std::string label) | |
SimpleTestStatistic (std::string label, int count, double mean, double sigma) | |
SimpleTestStatistic (std::string label, double mean) | |
~SimpleTestStatistic () | |
virtual const CLID & | clID () const |
Retrieve pointer to class identifier. More... | |
void | increment (double val) |
void | setNoTerminate () |
SimpleTestStatistic | getTerminated () |
std::string | label () const |
double | val () const |
fstream & | writeout (fstream &stream) const |
MsgStream & | writeout (MsgStream &stream) const |
bool | operator== (const SimpleTestStatistic &rhs) |
bool | isNull () |
SimpleTestStatistic | operator- (const SimpleTestStatistic &rhs) |
SimpleTestStatistic | diff (const SimpleTestStatistic &rhs) const |
Static Public Methods | |
const CLID & | classID () |
Public Attributes | |
friend | SimpleTestStatisticLabel |
|
|
|
|
|
|
|
|
|
Reimplemented from ContainedObject. |
|
Retrieve pointer to class identifier.
Reimplemented from ContainedObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|