|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef REGISTRATIONSERVICES_IIOVREGISTRATIONSVC_H
17 # define REGISTRATIONSERVICES_IIOVREGISTRATIONSVC_H
22 #include "GaudiKernel/IAlgTool.h"
74 const std::string&
tag )
const = 0;
79 const std::string&
tag,
80 unsigned int beginRun,
83 unsigned int endLB )
const = 0;
88 const std::string&
tag,
95 const std::string&
key,
96 const std::string&
tag,
97 unsigned int beginRun,
100 unsigned int endLB )
const = 0;
105 const std::string&
key,
106 const std::string&
tag,
113 const std::string&
key,
114 const std::string&
folder,
115 const std::string&
tag,
116 unsigned int beginRun,
118 unsigned int beginLB,
119 unsigned int endLB )
const = 0;
124 const std::string&
key,
125 const std::string&
folder,
126 const std::string&
tag,
131 #endif // REGISTRATIONSERVICES_IIOVREGISTRATIONSVC_H
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 &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) const =0
Register IOV DB for an object given its typeName and its key run/LB numbers interval or times interva...
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 =0
Register IOV DB for an object given its typeName - run/LB numbers interval or times interval and tag ...
DeclareInterfaceID(IIOVRegistrationSvc, 1, 0)
Declare interface ID.
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 fr...
Basic time unit for IOVSvc. Hold time as a combination of run and event numbers.
::StatusCode StatusCode
StatusCode definition for legacy code.
This is an interface to a service used to register conditions objects in the Interval of Validity (IO...
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 &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.
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.