The Gaudi Framework
v26r1
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
Prescaler.h
Go to the documentation of this file.
1
2
#include "GaudiAlg/GaudiAlgorithm.h"
3
#include "GaudiKernel/Property.h"
4
5
class
GAUDI_API
Prescaler
:
public
GaudiAlgorithm
6
{
7
8
public
:
9
13
Prescaler
(
const
std::string& name,
ISvcLocator
* pSvcLocator );
14
18
virtual
~
Prescaler
( );
19
20
/*****************************
21
** Public Function Members **
22
*****************************/
23
24
StatusCode
initialize
();
25
StatusCode
execute
();
26
StatusCode
finalize
();
27
28
private
:
29
30
/**************************
31
** Private Data Members **
32
**************************/
33
37
DoubleProperty
m_percentPass;
38
42
int
m_pass;
43
47
int
m_seen;
48
};
GaudiAlg
GaudiAlg
Prescaler.h
Generated on Mon Feb 16 2015 11:56:52 for The Gaudi Framework by
1.8.2