The Gaudi Framework
v30r3 (a5ef0a68)
|
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 60 of file GaudiTool.cpp.
|
private |
Definition at line 95 of file GaudiTool.cpp.
|
inline |
Definition at line 65 of file GaudiTool.cpp.
|
inline |
Definition at line 67 of file GaudiTool.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
make a report
keep the silence?
Definition at line 78 of file GaudiTool.cpp.
|
private |
Definition at line 96 of file GaudiTool.cpp.
|
private |
Definition at line 97 of file GaudiTool.cpp.