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

Prescaler.h

Go to the documentation of this file.
00001 #include "GaudiKernel/Algorithm.h"
00002 #include "GaudiKernel/Property.h"
00003 
00004 class Prescaler:public Algorithm {
00005 public:
00006 
00010     Prescaler( const std::string& name, ISvcLocator* pSvcLocator );
00011 
00015     ~Prescaler( );
00016 
00017     /*****************************
00018      ** Public Function Members **
00019      *****************************/
00020 
00021     StatusCode initialize();
00022     StatusCode execute();
00023     StatusCode finalize();
00024 
00025 private:
00026 
00027     /**************************
00028      ** Private Data Members **
00029      **************************/
00030 
00034     DoubleProperty m_percentPass;
00035 
00039     int m_pass;
00040 
00044     int m_seen;
00045 };

Generated at Wed Nov 21 12:20:23 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000