Prescaler.h
Go to the documentation of this file.
1 
2 #include "GaudiAlg/GaudiAlgorithm.h"
3 #include "GaudiKernel/Property.h"
4 
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 
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 };
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:26
#define GAUDI_API
Definition: Kernel.h:108
virtual StatusCode initialize()
standard initialization method
virtual StatusCode finalize()
standard finalization method
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
The useful base class for data processing algorithms.
virtual StatusCode execute()
standard execution method