![]() |
ATLAS Offline Software
|
#include <TileTBStat.h>
Public Member Functions | |
| StatDouble () | |
| void | addValue (double Value) |
| double | getMean () |
| double | getChi2 () |
| void | print (const char *s, bool minMaxOnly=false) |
Public Attributes | |
| int | Counter |
| double | Min |
| double | Max |
| double | Sum |
| double | SumSq |
Definition at line 57 of file TileTBStat.h.
| StatDouble::StatDouble | ( | ) |
| void StatDouble::addValue | ( | double | Value | ) |
| double StatDouble::getChi2 | ( | ) |
| double StatDouble::getMean | ( | ) |
Definition at line 65 of file TileTBStat.cxx.
| void StatDouble::print | ( | const char * | s, |
| bool | minMaxOnly = false ) |
Definition at line 74 of file TileTBStat.cxx.
| int StatDouble::Counter |
Definition at line 64 of file TileTBStat.h.
| double StatDouble::Max |
Definition at line 65 of file TileTBStat.h.
| double StatDouble::Min |
Definition at line 65 of file TileTBStat.h.
| double StatDouble::Sum |
Definition at line 65 of file TileTBStat.h.
| double StatDouble::SumSq |
Definition at line 65 of file TileTBStat.h.