Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
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
PersistencySvc
RunRecordStream.h
Go to the documentation of this file.
1
// $Id: $
2
#ifndef GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
3
#define GAUDISVC_PERSISTENCYSVC_RUNRECORDSTREAM_H
4
5
// Required for inheritance
6
#include "
OutputStream.h
"
7
14
class
RunRecordStream
:
public
OutputStream
{
15
public
:
17
RunRecordStream
(
const
std::string
& nam,
ISvcLocator
* svc) :
OutputStream
(nam,svc) {}
19
virtual
~RunRecordStream
() {}
21
virtual
StatusCode
finalize
();
23
virtual
StatusCode
execute
() {
return
StatusCode::SUCCESS
; }
24
};
25
26
#endif // GAUDISVC_PERSISTENCYSVC_OUPUTFSRSTREAM_H
Generated at Wed Nov 28 2012 12:17:11 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004