simple local counter
More...
|
typedef std::map< std::string, long > | Map |
|
simple local counter
Definition at line 60 of file GaudiTool.cpp.
GaudiToolLocal::Counter::Counter |
( |
std::string |
msg = " Misbalance " | ) |
|
|
inline |
GaudiToolLocal::Counter::~Counter |
( |
| ) |
|
|
inline |
long GaudiToolLocal::Counter::counts |
( |
const std::string & |
object | ) |
|
|
inline |
long GaudiToolLocal::Counter::decrement |
( |
const std::string & |
object | ) |
|
|
inline |
long GaudiToolLocal::Counter::increment |
( |
const std::string & |
object | ) |
|
|
inline |
void GaudiToolLocal::Counter::report |
( |
| ) |
const |
|
inline |
make a report
keep the silence?
Definition at line 80 of file GaudiTool.cpp.
85 for (
const auto& entry :
m_map )
88 std::cout <<
"GaudiTool WARNING " <<
m_message
89 <<
"'" << entry.first <<
"' Counts = " << entry.second
Map GaudiToolLocal::Counter::m_map |
|
private |
std::string GaudiToolLocal::Counter::m_message |
|
private |
The documentation for this class was generated from the following file: