ATLAS Offline Software
Classes | Namespaces | Functions
StatUtils.h File Reference
#include <cmath>
#include <iomanip>
#include <ostream>
#include <string>
#include <sstream>
#include <vector>
Include dependency graph for StatUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsUtils::Stat
 Simple class to gather statistics : min, max, mean, rms. More...
 
class  ActsUtils::StatHist
 Extend Stat helper by an equidistant binned histogram. More...
 

Namespaces

 ActsUtils
 

Functions

template<class T_Stream >
void ActsUtils::dumpStat (T_Stream &out, const Stat &stat)
 Dump the given statistics object to the given output stream. More...
 
std::ostream & ActsUtils::operator<< (std::ostream &out, const Stat &stat)