 |
Belle II Software
release-05-01-25
|
15 #include <framework/database/Database.h>
16 #include <framework/database/Configuration.h>
18 #include <ecl/utility/ECLDBTool.h>
23 const char* payloadName):
26 m_payloadName(payloadName)
38 conf.prependTestingPayloadLocation(
m_dbName.c_str());
40 conf.prependGlobalTag(
m_dbName.c_str());
57 *obj = std::get<0>(data);
66 auto obj = std::get<0>(data);
77 auto obj = std::get<0>(data);
A class that describes the interval of experiments/runs for which an object in the database is valid.
bool storeData(const std::string &name, TObject *object, const IntervalOfValidity &iov)
Store an object in the database.
static Configuration & getInstance()
Get a reference to the instance which will be used when the Database is initialized.
Abstract base class for different kinds of events.
static Database & Instance()
Instance of a singleton Database.