#include <ParameterSetRetriever.h>
Public Member Functions | |
std::string | getAsString () const |
std::string | getHostString (const std::string &in, std::string modifier="") const |
std::string | getModuleTableAsString () const |
std::string | getPathTableAsString () const |
ParameterSetRetriever (const std::string &in) | |
Private Attributes | |
std::string | pathIndexTable |
std::string | pset |
Static Private Attributes | |
static const std::string | dbheading ="db:" |
static const std::string | fileheading ="file:" |
static const std::string | webheading ="http://" |
Definition at line 8 of file ParameterSetRetriever.h.
evf::ParameterSetRetriever::ParameterSetRetriever | ( | const std::string & | in | ) |
Definition at line 23 of file ParameterSetRetriever.cc.
References evf::SquidNet::check(), HDQMDatabaseProducer::configFile, dbheading, error, fileheading, lut2db_cfg::filename, getHostString(), recoMuon::in, geometryCSVtoXML::line, lumiQueryAPI::msg, NULL, pathIndexTable, pset, summarizeEdmComparisonLogfiles::success, webheading, and evf::write_data().
std::string evf::ParameterSetRetriever::getAsString | ( | ) | const |
Definition at line 128 of file ParameterSetRetriever.cc.
References pset.
Referenced by stor::Configuration::actionPerformed(), evf::FWEPWrapper::init(), and stor::Configuration::updateLocalDiskWritingData().
std::string evf::ParameterSetRetriever::getHostString | ( | const std::string & | in, |
std::string | modifier = "" |
||
) | const |
Definition at line 139 of file ParameterSetRetriever.cc.
References query::host, scaleCards::path, pos, and webheading.
Referenced by ParameterSetRetriever().
std::string evf::ParameterSetRetriever::getModuleTableAsString | ( | ) | const |
std::string evf::ParameterSetRetriever::getPathTableAsString | ( | ) | const |
Definition at line 133 of file ParameterSetRetriever.cc.
References pathIndexTable.
Referenced by evf::FWEPWrapper::init().
|
staticprivate |
Definition at line 20 of file ParameterSetRetriever.h.
Referenced by ParameterSetRetriever().
|
staticprivate |
Definition at line 19 of file ParameterSetRetriever.h.
Referenced by ParameterSetRetriever().
|
private |
Definition at line 18 of file ParameterSetRetriever.h.
Referenced by getPathTableAsString(), and ParameterSetRetriever().
|
private |
Definition at line 17 of file ParameterSetRetriever.h.
Referenced by getAsString(), and ParameterSetRetriever().
|
staticprivate |
Definition at line 21 of file ParameterSetRetriever.h.
Referenced by getHostString(), and ParameterSetRetriever().