#include "CondDBESSource.h"
#include <boost/algorithm/string.hpp>
#include "CondCore/CondDB/interface/Exception.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondCore/CondDB/interface/Types.h"
#include "CondCore/CondDB/interface/Utils.h"
#include "CondCore/ESSources/interface/ProductResolverFactory.h"
#include "CondCore/ESSources/interface/ProductResolver.h"
#include "CondCore/CondDB/interface/PayloadProxy.h"
#include "FWCore/Catalog/interface/SiteLocalConfig.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include <exception>
#include <iomanip>
#include <nlohmann/json.hpp>
#include "FWCore/Framework/interface/SourceFactory.h"
Go to the source code of this file.
Classes | |
class | PoolDBESSource |
Typedefs | |
using | json = nlohmann::json |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::DescriptionFillerForESSources< PoolDBESSource > > | s_filler__LINE__ ("PoolDBESSource") |
static const edm::eventsetup::SourcePluginFactory ::PMaker< edm::eventsetup::SourceMaker< PoolDBESSource > > | s_maker__LINE__ ("PoolDBESSource") |
void | saveJsonToFile (const json &jsonData, const std::string &filename) |
using json = nlohmann::json |
Definition at line 35 of file CondDBESSource.cc.
|
static |
|
static |
void saveJsonToFile | ( | const json & | jsonData, |
const std::string & | filename | ||
) |
Definition at line 361 of file CondDBESSource.cc.
References DMR_cfg::cerr, gather_cfg::cout, corrVsCorr::filename, and download_sqlite_cfg::outputFile.
Referenced by CondDBESSource::~CondDBESSource().