Gaudi Framework, version v23r9
Home
Generated: Thu Jul 18 2013
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
GaudiAud
src
ChronoAuditor.h
Go to the documentation of this file.
1
#ifndef GAUDIAUD_CHRONOAUDITOR_H
2
#define GAUDIAUD_CHRONOAUDITOR_H
3
4
#include "
CommonAuditor.h
"
5
6
#include "
GaudiKernel/IChronoStatSvc.h
"
7
14
class
ChronoAuditor
:
virtual
public
CommonAuditor
{
15
public
:
16
ChronoAuditor
(
const
std::string
&
name
,
ISvcLocator
* pSvcLocator);
17
18
virtual
~ChronoAuditor
();
19
20
virtual
StatusCode
initialize
();
21
22
private
:
24
virtual
void
i_before
(CustomEventTypeRef
evt
,
const
std::string
& caller);
25
27
virtual
void
i_after
(CustomEventTypeRef evt,
const
std::string
& caller,
const
StatusCode
&
sc
);
28
30
inline
std::string
i_id
(CustomEventTypeRef evt,
const
std::string
& caller) {
31
return
caller +
":"
+
evt
;
32
}
33
34
SmartIF<IChronoStatSvc>
&
chronoSvc
() {
return
m_chronoSvc
; }
35
SmartIF<IChronoStatSvc>
m_chronoSvc
;
36
};
37
38
#endif
Generated at Thu Jul 18 2013 12:18:01 for Gaudi Framework, version v23r9 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004