|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#include <GaudiKernel/IStatSvc.h>


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 | |
| 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. | |
| typedef std::string IStatSvc::StatTag |
| typedef double IStatSvc::StatFlag |
| IStatSvc::~IStatSvc | ( | ) | [protected, virtual] |
| IStatSvc::DeclareInterfaceID | ( | IStatSvc | , | |
| 2 | , | |||
| 0 | ||||
| ) |
add statistical information to the entity , tagged by its name
| t | stat tag(name) | |
| f | flag (quantity to be accumulated) |
| 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.
| virtual const StatEntity* IStatSvc::stat | ( | const StatTag & | t | ) | const [pure virtual] |
extract the stat entity for the given tag (name)
| t | stat tag(name) |