#include <GaudiKernel/IStatSvc.h>
#include <GaudiKernel/SmartIF.h>
#include <GaudiKernel/StatEntity.h>
#include <iostream>
#include <string>
Go to the source code of this file.
◆ operator+() [1/3]
external operator for addition of Stat and a number
Definition at line 81 of file Stat.cpp.
◆ operator+() [2/3]
external operator for addition of Stat and a number
Definition at line 69 of file Stat.cpp.
◆ operator+() [3/3]
◆ operator-()
external operator for subtraction of Stat and a number
Definition at line 75 of file Stat.cpp.
◆ operator<<()
GAUDI_API std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Stat & |
stat |
|
) |
| |
external printout operator to std::ostream
Definition at line 93 of file Stat.cpp.