Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
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
GaudiCommonSvc
src
DataSvc
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
friend
class
SvcFactory
<
EvtDataSvc
>;
17
18
public
:
19
virtual
StatusCode
initialize
();
20
virtual
StatusCode
reinitialize
();
21
virtual
StatusCode
finalize
();
22
24
EvtDataSvc
(
const
std::string
&
name
,
ISvcLocator
* svc);
25
27
virtual
~EvtDataSvc
();
28
private
:
29
SmartIF<IConversionSvc>
m_cnvSvc
;
30
};
31
#endif // DATASVC_EVTDATASVC_H
Generated at Wed Jan 30 2013 17:13:38 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004