Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 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
GaudiAlg
GaudiAlg
EventCounter.h
Go to the documentation of this file.
1
#include "
GaudiKernel/Algorithm.h
"
2
#include "
GaudiKernel/Property.h
"
3
4
class
GAUDI_API
EventCounter
:
public
Algorithm
{
5
public
:
6
10
EventCounter
(
const
std::string
& name,
ISvcLocator
* pSvcLocator );
11
15
virtual
~
EventCounter
( );
16
17
/*****************************
18
** Public Function Members **
19
*****************************/
20
21
StatusCode
initialize
();
22
StatusCode
execute
();
23
StatusCode
finalize
();
24
25
private
:
26
27
/**************************
28
** Private Data Members **
29
**************************/
30
36
IntegerProperty
m_frequency
;
37
42
int
m_skip
;
43
47
int
m_total
;
48
};
Generated at Wed Dec 4 2013 14:33:06 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004