![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
simple local counter More...

Public Member Functions | |
| Counter (std::string msg=" Misbalance ") | |
| ~Counter () | |
| long | increment (const std::string &object) |
| make the increment More... | |
| long | decrement (const std::string &object) |
| make the decrement More... | |
| long | counts (const std::string &object) |
| current count More... | |
| void | report () const |
| make a report More... | |
Private Types | |
| typedef std::map< std::string, long > | Map |
Private Attributes | |
| Map | m_map |
| std::string | m_message |
simple local counter
Definition at line 58 of file GaudiTool.cpp.
|
private |
Definition at line 89 of file GaudiTool.cpp.
|
inline |
Definition at line 62 of file GaudiTool.cpp.
|
inline |
Definition at line 64 of file GaudiTool.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
make a report
keep the silence?
Definition at line 75 of file GaudiTool.cpp.
|
private |
Definition at line 90 of file GaudiTool.cpp.
|
private |
Definition at line 91 of file GaudiTool.cpp.