simple local counter
More...
|
typedef std::map< std::string,
long > | Map |
|
simple local counter
Definition at line 61 of file GaudiTool.cpp.
GaudiToolLocal::Counter::Counter |
( |
const 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 82 of file GaudiTool.cpp.
87 for ( Map::const_iterator entry =
m_map.begin() ;
88 m_map.end() != entry ; ++entry )
90 if( 0 == entry->second ) { continue ; }
91 std::cout <<
"GaudiTool WARNING " <<
m_message
92 <<
"'" << 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: