#include <IRunIOV.h>
|
virtual void | fetchAt (IIOV *fillIOV, const run_t run, ITag *tag) const =0 throw (std::runtime_error) |
|
virtual void | fetchWithin (std::vector< IIOV > *fillVec, const run_t beginRun, const run_t endRun, ITag *tag) const =0 throw (std::runtime_error) |
|
Definition at line 11 of file IRunIOV.h.
virtual void IRunIOV::fetchAt |
( |
IIOV * |
fillIOV, |
|
|
const run_t |
run, |
|
|
ITag * |
tag |
|
) |
| const |
throw | ( | std::runtime_error |
| ) | | |
|
pure virtual |
virtual void IRunIOV::fetchWithin |
( |
std::vector< IIOV > * |
fillVec, |
|
|
const run_t |
beginRun, |
|
|
const run_t |
endRun, |
|
|
ITag * |
tag |
|
) |
| const |
throw | ( | std::runtime_error |
| ) | | |
|
pure virtual |