Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EvtDataSvc.h
Go to the documentation of this file.
1 // $Id: EvtDataSvc.h,v 1.4 2006/11/30 14:57:03 mato Exp $
2 #ifndef DATASVC_EVTDATASVC_H
3 #define DATASVC_EVTDATASVC_H
4 
5 #include "GaudiKernel/DataSvc.h"
7 
8 
15 class EvtDataSvc : public DataSvc {
16 public:
17  virtual StatusCode initialize();
18  virtual StatusCode reinitialize();
19  virtual StatusCode finalize();
20 
22  EvtDataSvc(const std::string& name, ISvcLocator* svc);
23 
25  virtual ~EvtDataSvc();
26 private:
28 };
29 #endif // DATASVC_EVTDATASVC_H

Generated at Mon Feb 17 2014 14:37:39 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004