The Gaudi Framework  v29r0 (ff2e7097)
ICounterSvc.h File Reference
#include <string>
#include <vector>
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/StatEntity.h"
Include dependency graph for ICounterSvc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ICounterSvc
 Create / access multi purpose counters. More...
 
class  ICounterSvc::Printout
 Print counters for each element in the range [first, last) e.g. More...
 

Functions

std::ostreamoperator<< (std::ostream &, const ICounterSvc::CountObject &)
 output operator for the counter object More...
 

Function Documentation

std::ostream& operator<< ( std::ostream ,
const ICounterSvc::CountObject  
)

output operator for the counter object

Definition at line 175 of file Stat.cpp.

175 { return stat.print( stream ); }