Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 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
RunRecordDataSvc.cpp
Go to the documentation of this file.
1
//====================================================================
2
// RunRecordDataSvc.cpp
3
//--------------------------------------------------------------------
4
//
5
// Package : System ( The LHCb Offline System)
6
//
7
// Description: implementation of the Transient event data service.
8
//
9
// Author : M.Frank
10
// History :
11
// +---------+----------------------------------------------+---------
12
// | Date | Comment | Who
13
// +---------+----------------------------------------------+---------
14
// | 10/12/08| Initial version | MF
15
// +---------+----------------------------------------------+---------
16
//
17
//====================================================================
18
#define DATASVC_RUNRECORDDATASVC_CPP
19
20
#include "
GaudiKernel/SvcFactory.h
"
21
#include "
RecordDataSvc.h
"
22
23
24
41
class
RunRecordDataSvc
:
public
RecordDataSvc
{
42
public
:
43
45
RunRecordDataSvc
(
const
std::string
& nam,
ISvcLocator
* svc) :
RecordDataSvc
(nam,svc) {
46
m_cnvSvc
= 0;
47
m_rootName
=
"/RunRecords"
;
48
m_incidentName
=
"NEW_RUN_RECORD"
;
49
m_saveIncidentName
=
"SAVE_RUN_RECORD"
;
50
m_persSvcName
=
"PersistencySvc/RecordPersistencySvc"
;
51
}
52
54
virtual
~RunRecordDataSvc
() {}
55
56
};
57
58
// Instantiation of a static factory class used by clients to create instances of this service
59
DECLARE_SERVICE_FACTORY
(
RunRecordDataSvc
)
60
Generated at Wed Dec 4 2013 14:33:07 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004