ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IIOVCondDbSvc Class Referenceabstract

#include <IIOVCondDbSvc.h>

Inheritance diagram for IIOVCondDbSvc:
Collaboration diagram for IIOVCondDbSvc:

Public Member Functions

virtual cool::IDatabasePtr getDatabase (bool readOnly=false)=0
 COOL access. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Retrieve interface ID. More...
 

Detailed Description

Definition at line 34 of file IIOVCondDbSvc.h.

Member Function Documentation

◆ getDatabase()

virtual cool::IDatabasePtr IIOVCondDbSvc::getDatabase ( bool  readOnly = false)
pure virtual

COOL access.

Implemented in IOVDbSvc.

◆ interfaceID()

const InterfaceID & IIOVCondDbSvc::interfaceID ( )
inlinestatic

Retrieve interface ID.

Definition at line 47 of file IIOVCondDbSvc.h.

47  {
48  static const InterfaceID IID("IOVCondDbSvc", 1, 0);
49  return IID;
50 }

The documentation for this class was generated from the following file: