ATLAS Offline Software
|
Classes | |
class | Stat |
Simple class to gather statistics : min, max, mean, rms. More... | |
class | StatHist |
Extend Stat helper by an equidistant binned histogram. More... | |
Functions | |
template<class T_Stream > | |
void | dumpStat (T_Stream &out, const Stat &stat) |
Dump the given statistics object to the given output stream. More... | |
std::ostream & | operator<< (std::ostream &out, const Stat &stat) |
Dump the given statistics object to the given output stream.
Definition at line 62 of file StatUtils.h.