#include <IRunIOV.h>
List of all members.
Public Member Functions |
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) |
Detailed Description
Definition at line 11 of file IRunIOV.h.
Member Function Documentation
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] |