14 std::string foldername = p.
get<std::string>(
"DBFolderName");
15 std::string url = p.
get<std::string>(
"DBUrl");
16 std::string url2 = p.
get<std::string>(
"DBUrl2",
"");
17 std::string tag = p.
get<std::string>(
"DBTag",
"");
18 bool usesqlite = p.
get<
bool>(
"UseSQLite",
false);
19 bool testmode = p.
get<
bool>(
"TestMode",
false);
20 fFolder.reset(
new DBFolder(foldername, url, url2, tag, usesqlite, testmode));
std::unique_ptr< DBFolder > fFolder
virtual void Reconfigure(fhicl::ParameterSet const &p)
Configure using fhicl::ParameterSet.
T get(std::string const &key) const
Class def header for a class DatabaseRetrievalAlg.
Filters for channels, events, etc.