Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

DetPersistencySvc Class Reference

#include <DetPersistencySvc.h>

Inheritance diagram for DetPersistencySvc:

Inheritance graph
[legend]
Collaboration diagram for DetPersistencySvc:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 6 of file DetPersistencySvc.h.


Public Member Functions

virtual StatusCode initialize ()
 Initialize the service.
virtual StatusCode finalize ()
 stop the service.
 DetPersistencySvc (const std::string &name, ISvcLocator *svc)
virtual ~DetPersistencySvc ()

Friends

class SvcFactory< DetPersistencySvc >

Constructor & Destructor Documentation

DetPersistencySvc::DetPersistencySvc ( const std::string name,
ISvcLocator svc 
)

Definition at line 30 of file DetPersistencySvc.cpp.

00031  :  PersistencySvc(name, svc)
00032 {}

DetPersistencySvc::~DetPersistencySvc (  )  [virtual]

Definition at line 35 of file DetPersistencySvc.cpp.

00036 {}


Member Function Documentation

StatusCode DetPersistencySvc::initialize (  )  [virtual]

Initialize the service.

Reimplemented from PersistencySvc.

Definition at line 23 of file DetPersistencySvc.cpp.

00024 {
00025   StatusCode status = PersistencySvc::initialize();
00026   return status;
00027 }

StatusCode DetPersistencySvc::finalize ( void   )  [virtual]

stop the service.

Reimplemented from PersistencySvc.

Definition at line 16 of file DetPersistencySvc.cpp.

00017 {
00018   StatusCode status = PersistencySvc::finalize();
00019   return status;
00020 }


Friends And Related Function Documentation

friend class SvcFactory< DetPersistencySvc > [friend]

Definition at line 10 of file DetPersistencySvc.h.


The documentation for this class was generated from the following files:

Generated at Wed Nov 11 16:32:46 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004