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

EvtDataSvc.h

Go to the documentation of this file.
00001 #ifndef DATASVC_EVTDATASVC_H
00002 #define DATASVC_EVTDATASVC_H
00003 
00004 #include "GaudiKernel/DataSvc.h"
00005 
00027 class EvtDataSvc  : public DataSvc   {
00028   friend class SvcFactory<EvtDataSvc>;
00029 
00030 public:
00033   virtual StatusCode initialize();
00035 
00036 protected:
00039 
00040   EvtDataSvc(const std::string& name, ISvcLocator* svc);
00041 
00043   virtual ~EvtDataSvc();
00045 };
00046 #endif // DATASVC_EVTDATASVC_H

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