Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions

FileRecordDataSvc Class Reference

A FileRecordDataSvc is the base class for event services. More...

Inheritance diagram for FileRecordDataSvc:
Inheritance graph
[legend]
Collaboration diagram for FileRecordDataSvc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FileRecordDataSvc (const std::string &nam, ISvcLocator *svc)
 Standard Constructor.
virtual ~FileRecordDataSvc ()
 Standard Destructor.

Detailed Description

A FileRecordDataSvc is the base class for event services.

When a new datafile is opened the data service retrieves an incident from the persistency area (currently only from POOL) together with an opaque address describing the run record. These history records are put onto the run-records datastore under the name of the logical file (FID): /FileRecords/<FID>/.....

Hence, each history records can be addresses the same way: /FileRecord/<FID>

Author:
M.Frank
Version:
1.0

Definition at line 41 of file FileRecordDataSvc.cpp.


Constructor & Destructor Documentation

FileRecordDataSvc::FileRecordDataSvc ( const std::string nam,
ISvcLocator svc 
) [inline]

Standard Constructor.

Definition at line 45 of file FileRecordDataSvc.cpp.

                                                            : RecordDataSvc(nam,svc) {
    m_cnvSvc           = 0;
    m_rootName         = "/FileRecords";
    m_incidentName     = "NEW_FILE_RECORD";
    m_saveIncidentName = "SAVE_FILE_RECORD";
    m_persSvcName      = "PersistencySvc/FileRecordPersistencySvc";
  }
virtual FileRecordDataSvc::~FileRecordDataSvc (  ) [inline, virtual]

Standard Destructor.

Definition at line 53 of file FileRecordDataSvc.cpp.

{}  

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:37 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004