#include <TileTBStat.h>
Definition at line 57 of file TileTBStat.h.
◆ StatDouble()
StatDouble::StatDouble |
( |
| ) |
|
◆ addValue()
void StatDouble::addValue |
( |
double |
Value | ) |
|
◆ getChi2()
double StatDouble::getChi2 |
( |
| ) |
|
◆ getMean()
double StatDouble::getMean |
( |
| ) |
|
◆ print()
void StatDouble::print |
( |
const char * |
s, |
|
|
bool |
minMaxOnly = false |
|
) |
| |
Definition at line 75 of file TileTBStat.cxx.
76 boost::io::ios_base_all_saver coutsave(std::cout);
77 std::cout <<
s <<
" " << std::fixed;
80 std::cout <<
" " << std::setw(4) << std::setprecision(1) <<
Min
81 <<
" - " << std::setw(4) << std::setprecision(1) <<
Max;
83 std::cout <<
" ---- - ----";
86 std::cout <<
" " << std::setw(4) << std::setprecision(1) <<
Min
87 <<
" - " << std::setw(4) << std::setprecision(1) <<
Max
88 <<
" mean= " << std::setw(6) << std::setprecision(3) <<
getMean()
89 <<
" rms= " << std::setw(5) << std::setprecision(3) <<
getChi2();
91 std::cout <<
" ---- - ---- mean= ------ rms= -----";
93 std::cout << std::endl;
◆ Counter
◆ Max
◆ Min
◆ Sum
◆ SumSq
The documentation for this class was generated from the following files: