![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/IStatSvc.h>
Inheritance diagram for IStatSvc:


2007-07-08
Definition at line 27 of file IStatSvc.h.
Public Types | |
| typedef std::string | StatTag |
| the actual identificator of Stat | |
| typedef double | StatFlag |
| the actual value type used for Stat | |
Public Member Functions | |
| virtual void | stat (const StatTag &t, const StatFlag &f)=0 |
| add statistical information to the entity , tagged by its name | |
| virtual void | statPrint (const StatTag &t)=0 |
| prints (using message service) info about statistical entity, tagged by its name | |
| virtual const StatEntity * | stat (const StatTag &t) const =0 |
| extract the stat entity for the given tag (name) | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| unique interface identifier | |
Protected Member Functions | |
| virtual | ~IStatSvc () |
| Destructor. | |
| typedef std::string IStatSvc::StatTag |
| typedef double IStatSvc::StatFlag |
| IStatSvc::~IStatSvc | ( | ) | [protected, virtual] |
add statistical information to the entity , tagged by its name
| t | stat tag(name) | |
| f | flag (quantity to be accumulated) |
Referenced by Stat::Stat().
| virtual void IStatSvc::statPrint | ( | const StatTag & | t | ) | [pure virtual] |
prints (using message service) info about statistical entity, tagged by its name
| t | stat tag(name) |
| virtual const StatEntity* IStatSvc::stat | ( | const StatTag & | t | ) | const [pure virtual] |
extract the stat entity for the given tag (name)
| t | stat tag(name) |
| const InterfaceID & IStatSvc::interfaceID | ( | ) | [static] |
unique interface identifier
Reimplemented from IInterface.
Reimplemented in IChronoStatSvc.
Definition at line 32 of file IChronoStatSvc.cpp.
Referenced by ChronoStatSvc::queryInterface().
00033 { 00034 static const InterfaceID s_iid ( "IStatSvc" , 1 , 0 ) ; 00035 return s_iid ; 00036 }