ATLAS Offline Software
Loading...
Searching...
No Matches
Dbg Namespace Reference

Classes

struct  Empty
struct  Hist
struct  HistTemp
struct  PropStat
class  Stat
 Simple class to gather statistics : min, max, mean, rms. More...
class  StatHist
 Extend Stat helper by an equidistant binned histogram. More...

Functions

std::ostream & operator<< (std::ostream &out, const Stat &stat)

Function Documentation

◆ operator<<()

std::ostream & ActsUtils::operator<< ( std::ostream & out,
const Stat & stat )
inline

Definition at line 75 of file StatUtils.h.

75 {
76 dumpStat(out, stat);
77 return out;
78}