The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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"
6
#include "GaudiKernel/IConversionSvc.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
:
27
SmartIF<IConversionSvc>
m_cnvSvc
;
28
};
29
#endif // DATASVC_EVTDATASVC_H
GaudiCommonSvc
src
DataSvc
EvtDataSvc.h
Generated on Mon Feb 16 2015 11:56:53 for The Gaudi Framework by
1.8.2