|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
"Stat"-related part of interface IChronoStatSvc More...
#include <GaudiKernel/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 | |
| DeclareInterfaceID (IStatSvc, 2, 0) | |
| InterfaceID. | |
| 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) | |
Protected Member Functions | |
| virtual | ~IStatSvc () |
| Destructor. | |
"Stat"-related part of interface IChronoStatSvc
Definition at line 27 of file IStatSvc.h.
| typedef double IStatSvc::StatFlag |
the actual value type used for Stat
Definition at line 35 of file IStatSvc.h.
| typedef std::string IStatSvc::StatTag |
the actual identificator of Stat
Definition at line 33 of file IStatSvc.h.
| IStatSvc::~IStatSvc | ( | ) | [protected, virtual] |
| IStatSvc::DeclareInterfaceID | ( | IStatSvc | , |
| 2 | , | ||
| 0 | |||
| ) |
| virtual const StatEntity* IStatSvc::stat | ( | const StatTag & | t ) | const [pure virtual] |
extract the stat entity for the given tag (name)
| t | stat tag(name) |
Implemented in ChronoStatSvc.
add statistical information to the entity , tagged by its name
| t | stat tag(name) |
| f | flag (quantity to be accumulated) |
Implemented in ChronoStatSvc.
| 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) |
Implemented in ChronoStatSvc.