Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiKernel
GaudiKernel
IStatSvc.h
Go to the documentation of this file.
1
// $Id: IStatSvc.h,v 1.1 2007/08/06 08:39:40 marcocle Exp $
2
// ============================================================================
3
#ifndef GAUDIKERNEL_ISTATSVC_H
4
#define GAUDIKERNEL_ISTATSVC_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
// STD&STL
9
// ============================================================================
10
#include <string>
11
// ============================================================================
12
// GaudiKernel
13
// ============================================================================
14
#include "
GaudiKernel/IInterface.h
"
15
// ============================================================================
16
// forward declaration
17
// ============================================================================
18
class
StatEntity
;
19
// ============================================================================
27
class
GAUDI_API
IStatSvc
:
virtual
public
IInterface
28
{
29
public
:
31
DeclareInterfaceID
(
IStatSvc
,2,0);
33
typedef
std::string
StatTag
;
35
typedef
double
StatFlag
;
36
public
:
42
virtual
void
stat (
const
StatTag
& t ,
const
StatFlag
& f ) = 0 ;
47
virtual
void
statPrint (
const
StatTag
& t ) = 0;
52
virtual
const
StatEntity
* stat (
const
StatTag
& t )
const
= 0 ;
53
protected
:
54
// virtual and protected destructor
55
virtual
~
IStatSvc
( );
56
};
57
// ============================================================================
58
// The END
59
// ============================================================================
60
#endif // GAUDIKERNEL_ISTATSVC_H
61
// ============================================================================
Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004