 |
Belle II Software
release-05-01-25
|
12 #include <framework/database/MetadataProvider.h>
13 #include <framework/database/Downloader.h>
14 #include <nlohmann/json.hpp>
16 namespace Belle2::Conditions {
18 class CentralMetadataProvider:
public MetadataProvider {
34 bool updatePayloads(
const std::string& globaltag,
int exp,
int run)
override;
38 nlohmann::json
get(
const std::string& url);
static Downloader & getDefaultInstance()
Return the default instance.