Gaudi Framework, version v23r8
Home
Generated: Fri May 31 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
PersistencySvc
OutputStreamAgent.cpp
Go to the documentation of this file.
1
//====================================================================
2
// OutputStreamAgent.cpp
3
//--------------------------------------------------------------------
4
//
5
// Package : (The LHCb PersistencySvc service)
6
//
7
// Description: Implementation of the OutputStream Agent
8
//
9
// Author : M.Frank
10
// Created : 13/1/99
11
// Changes :
12
//
13
//====================================================================
14
#define PERSISTENCYSVC_OUTPUTSTREAMAGENT_CPP
15
16
// Framework includes
17
#include "
GaudiKernel/IDataManagerSvc.h
"
18
#include "
OutputStream.h
"
19
#include "
OutputStreamAgent.h
"
20
22
OutputStreamAgent::OutputStreamAgent
(
OutputStream
*
OutputStream
)
23
: m_OutputStream(OutputStream)
24
{
25
}
26
28
OutputStreamAgent::~OutputStreamAgent
() {
29
}
30
32
bool
OutputStreamAgent::analyse
(
IRegistry
* pRegistry,
int
level
) {
33
return
m_OutputStream
->
collect
(pRegistry, level);
34
}
Generated at Fri May 31 2013 15:09:04 for Gaudi Framework, version v23r8 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004