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

ReadDigi.h

Go to the documentation of this file.
00001 #ifndef _GlastDigi_ReadDigi_H
00002 #define _GlastDigi_ReadDigi_H 1
00003 
00004 
00005 // Include files
00006 #include "GaudiKernel/Algorithm.h"
00007 
00027 class ReadDigi : public Algorithm {
00028 
00029 public:
00031   ReadDigi(const std::string& name, ISvcLocator* pSvcLocator); 
00032 
00034   StatusCode initialize();
00036   StatusCode execute();
00038   StatusCode finalize();
00039 
00040 private:
00041 
00042 };
00043 
00044 
00045 #endif // _GlastDigi_ReadDigi_H

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