ATLAS Offline Software
Loading...
Searching...
No Matches
StatUtils.h File Reference
#include <algorithm>
#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

namespace  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.
std::ostream & ActsUtils::operator<< (std::ostream &out, const Stat &stat)