This is an interface to a service used to register conditions objects in the Interval of Validity (IOV) database.
More...
|
| DeclareInterfaceID (IIOVRegistrationSvc, 1, 0) |
| Declare interface ID. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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.