#include <GaudiKernel/IStatSvc.h>
#include <GaudiKernel/Stat.h>
#include <GaudiKernel/StatEntity.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <sstream>
Go to the source code of this file.
Implementation file for class Stat
- Author
- Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
- Date
- 2005-08-02
-
2007-07-08
Definition in file Stat.cpp.
◆ operator+() [1/3]
Stat operator+ |
( |
const double |
value, |
|
|
const Stat & |
stat |
|
) |
| |
external operator for addition of Stat and a number
Definition at line 129 of file Stat.cpp.
◆ operator+() [2/3]
Stat operator+ |
( |
const Stat & |
stat, |
|
|
const double |
value |
|
) |
| |
external operator for addition of Stat and a number
Definition at line 113 of file Stat.cpp.
◆ operator+() [3/3]
◆ operator-()
Stat operator- |
( |
const Stat & |
stat, |
|
|
const double |
value |
|
) |
| |
external operator for subtraction of Stat and a number
Definition at line 121 of file Stat.cpp.
◆ operator<<()