Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Prescaler Class Reference

#include <Prescaler.h>

Inheritance diagram for Prescaler:

Algorithm List of all members.

Public Methods

 Prescaler ( const std::string& name, ISvcLocator* pSvcLocator )
 Constructor(s). More...

 ~Prescaler ( )
 Destructor. More...

StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()

Private Attributes

DoubleProperty m_percentPass
 Percentage of events that should be passed. More...

int m_pass
 Number of events passed. More...

int m_seen
 Number of events seen. More...


Constructor & Destructor Documentation

Prescaler::Prescaler ( const std::string & name,
ISvcLocator * pSvcLocator )
 

Constructor(s).

Definition at line 9 of file Prescaler.cpp.

Prescaler::~Prescaler ( )
 

Destructor.

Definition at line 18 of file Prescaler.cpp.


Member Function Documentation

StatusCode Prescaler::execute ( )
 

Definition at line 31 of file Prescaler.cpp.

StatusCode Prescaler::finalize ( )
 

Definition at line 47 of file Prescaler.cpp.

StatusCode Prescaler::initialize ( )
 

Definition at line 23 of file Prescaler.cpp.


Member Data Documentation

int Prescaler::m_pass [private]
 

Number of events passed.

Definition at line 39 of file Prescaler.h.

DoubleProperty Prescaler::m_percentPass [private]
 

Percentage of events that should be passed.

Definition at line 34 of file Prescaler.h.

int Prescaler::m_seen [private]
 

Number of events seen.

Definition at line 44 of file Prescaler.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:23 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000