ATLAS Offline Software
|
#include <cmath>
#include <iomanip>
#include <ostream>
#include <string>
#include <sstream>
#include <vector>
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) |