Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

Prescaler.h

Go to the documentation of this file.
00001 
00002 #include "GaudiAlg/GaudiAlgorithm.h"
00003 #include "GaudiKernel/Property.h"
00004 
00005 class GAUDI_API Prescaler: public GaudiAlgorithm
00006 {
00007 
00008 public:
00009 
00013     Prescaler( const std::string& name, ISvcLocator* pSvcLocator );
00014 
00018     ~Prescaler( );
00019 
00020     /*****************************
00021      ** Public Function Members **
00022      *****************************/
00023 
00024     StatusCode initialize();
00025     StatusCode execute();
00026     StatusCode finalize();
00027 
00028 private:
00029 
00030     /**************************
00031      ** Private Data Members **
00032      **************************/
00033 
00037     DoubleProperty m_percentPass;
00038 
00042     int m_pass;
00043 
00047     int m_seen;
00048 };

Generated at Wed Mar 17 18:06:06 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004