#include "CondCore/DBOutputService/interface/OnlineDBOutputService.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <curl/curl.h>
Go to the source code of this file.
Namespaces | |
cond | |
Functions | |
static size_t | getHtmlCallback (void *contents, size_t size, size_t nmemb, void *ptr) |
bool | getInfoFromService (const std::string &urlString, std::string &info) |
cond::Time_t | cond::getLastLumiFromOMS (const std::string &omsServiceUrl) |
cond::Time_t | cond::getLatestLumiFromFile (const std::string &fileName) |
|
static |
Definition at line 6 of file OnlineDBOutputService.cc.
References relmon_rootfiles_spy::contents, findQualityFiles::size, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getInfoFromService().
bool getInfoFromService | ( | const std::string & | urlString, |
std::string & | info | ||
) |
Definition at line 12 of file OnlineDBOutputService.cc.
References getHtmlCallback(), info(), runTheMatrix::ret, submitPVResolutionJobs::stderr, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by cond::getLastLumiFromOMS().