ATLAS Offline Software
Loading...
Searching...
No Matches
IIOVRegistrationSvc Class Referenceabstract

This is an interface to a service used to register conditions objects in the Interval of Validity (IOV) database. More...

#include <IIOVRegistrationSvc.h>

Inheritance diagram for IIOVRegistrationSvc:
Collaboration diagram for IIOVRegistrationSvc:

Public Member Functions

 DeclareInterfaceID (IIOVRegistrationSvc, 1, 0)
 Declare interface ID.
virtual StatusCode registerIOV (const std::string &typeName) const =0
 Register IOV DB for an object given its typeName - run/LB numbers interval or times interval and tag are taken from JobOptions Choice between run/LB and timestamp given in JobOptions.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &tag) const =0
 Register IOV DB for an object given its typeName - run/LB numbers interval or times interval taken from JobOptions tag is specified Choice between run/LB and timestamp given in JobOptions.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &key, const std::string &tag) const =0
 Register IOV DB for an object given its typeName and its key run/LB numbers interval or times interval and tag are taken from JobOptions Choice between run/LB and timestamp given in JobOptions.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &tag, unsigned int beginRun, unsigned int endRun, unsigned int beginLB, unsigned int endLB) const =0
 Register IOV DB for an object given its typeName, tag and run/LB numbers interval.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &tag, uint64_t beginTime, uint64_t endTime) const =0
 Register IOV DB for an object given its typeName, tag and times interval.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &key, const std::string &tag, unsigned int beginRun, unsigned int endRun, unsigned int beginLB, unsigned int endLB) const =0
 Register IOV DB for an object given its typeName, key, tag and run/LB numbers interval.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &key, const std::string &tag, uint64_t beginTime, uint64_t endTime) const =0
 Register IOV DB for an object given its typeName, key, tag and times interval.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &key, const std::string &folder, const std::string &tag, unsigned int beginRun, unsigned int endRun, unsigned int beginLB, unsigned int endLB) const =0
 Register IOV DB for an object given its typeName, key, folder, tag and run/LB numbers interval.
virtual StatusCode registerIOV (const std::string &typeName, const std::string &key, const std::string &folder, const std::string &tag, uint64_t beginTime, uint64_t endTime) const =0
 Register IOV DB for an object given its typeName, key, folder, tag and times interval.

Detailed Description

This is an interface to a service used to register conditions objects in the Interval of Validity (IOV) database.

Properties:

Definition at line 50 of file IIOVRegistrationSvc.h.

Member Function Documentation

◆ DeclareInterfaceID()

IIOVRegistrationSvc::DeclareInterfaceID ( IIOVRegistrationSvc ,
1 ,
0  )

Declare interface ID.

◆ registerIOV() [1/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName) const
pure virtual

Register IOV DB for an object given its typeName - run/LB numbers interval or times interval and tag are taken from JobOptions Choice between run/LB and timestamp given in JobOptions.

◆ registerIOV() [2/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & key,
const std::string & folder,
const std::string & tag,
uint64_t beginTime,
uint64_t endTime ) const
pure virtual

Register IOV DB for an object given its typeName, key, folder, tag and times interval.

◆ registerIOV() [3/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & key,
const std::string & folder,
const std::string & tag,
unsigned int beginRun,
unsigned int endRun,
unsigned int beginLB,
unsigned int endLB ) const
pure virtual

Register IOV DB for an object given its typeName, key, folder, tag and run/LB numbers interval.

◆ registerIOV() [4/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & key,
const std::string & tag ) const
pure virtual

Register IOV DB for an object given its typeName and its key run/LB numbers interval or times interval and tag are taken from JobOptions Choice between run/LB and timestamp given in JobOptions.

◆ registerIOV() [5/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & key,
const std::string & tag,
uint64_t beginTime,
uint64_t endTime ) const
pure virtual

Register IOV DB for an object given its typeName, key, tag and times interval.

◆ registerIOV() [6/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & key,
const std::string & tag,
unsigned int beginRun,
unsigned int endRun,
unsigned int beginLB,
unsigned int endLB ) const
pure virtual

Register IOV DB for an object given its typeName, key, tag and run/LB numbers interval.

◆ registerIOV() [7/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & tag ) const
pure virtual

Register IOV DB for an object given its typeName - run/LB numbers interval or times interval taken from JobOptions tag is specified Choice between run/LB and timestamp given in JobOptions.

◆ registerIOV() [8/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & tag,
uint64_t beginTime,
uint64_t endTime ) const
pure virtual

Register IOV DB for an object given its typeName, tag and times interval.

◆ registerIOV() [9/9]

virtual StatusCode IIOVRegistrationSvc::registerIOV ( const std::string & typeName,
const std::string & tag,
unsigned int beginRun,
unsigned int endRun,
unsigned int beginLB,
unsigned int endLB ) const
pure virtual

Register IOV DB for an object given its typeName, tag and run/LB numbers interval.


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