![]() |
The Gaudi Framework
v27r0
|
A RunRecordDataSvc is the base class for event services. More...
Public Member Functions | |
RunRecordDataSvc (const std::string &nam, ISvcLocator *svc) | |
Standard Constructor. More... | |
~RunRecordDataSvc () override=default | |
Standard Destructor. More... | |
![]() | |
StatusCode | initialize () override |
Service initialisation. More... | |
StatusCode | finalize () override |
Service finalization. More... | |
void | handle (const Incident &incident) override |
IIncidentListener override: Inform that a new incident has occured. More... | |
RecordDataSvc (const std::string &name, ISvcLocator *svc) | |
Standard Constructor. More... | |
~RecordDataSvc () override=default | |
Standard Destructor. More... | |
![]() | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
![]() | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
![]() | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
![]() | |
void | registerRecord (const std::string &data, IOpaqueAddress *pAddr) |
Load new record into the data store if necessary. More... | |
void | loadRecords (IRegistry *pReg) |
Load dependent records into memory. More... | |
![]() | |
bool | m_autoLoad |
Property: autoload of records (default: true) More... | |
std::string | m_incidentName |
Property: name of incident to be fired if new record arrives. More... | |
std::string | m_saveIncidentName |
Property: name of the "save" incident. More... | |
std::string | m_persSvcName |
Property: name of the persistency service. More... | |
std::vector< std::string > | m_incidents |
Pending new file incidents. More... | |
SmartIF< IConversionSvc > | m_cnvSvc |
Reference to the main data conversion service. More... | |
A RunRecordDataSvc 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): /RunRecords/<FID>/.....
Hence, each history records can be addresses the same way: /RunRecord/<FID>
Definition at line 38 of file RunRecordDataSvc.cpp.
|
inline |
Standard Constructor.
Definition at line 42 of file RunRecordDataSvc.cpp.
|
overridedefault |
Standard Destructor.