LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
DatabaseRetrievalAlg.cxx
Go to the documentation of this file.
1 #ifndef DATABASERETRIEVALALG_CXX
2 #define DATABASERETRIEVALALG_CXX 1
3 
4 #include "DatabaseRetrievalAlg.h"
5 
6 namespace lariov {
7 
10 
11  std::string foldername = p.get<std::string>("DBFolderName");
12  std::string url = p.get<std::string>("DBUrl");
13  std::string tag = p.get<std::string>("DBTag", "");
14  fFolder.reset(new DBFolder(foldername, url, tag));
15  }
16 }
17 #endif
std::unique_ptr< DBFolder > fFolder
virtual void Reconfigure(fhicl::ParameterSet const &p)
Configure using fhicl::ParameterSet.
T get(std::string const &key) const
Definition: ParameterSet.h:231
Class def header for a class DatabaseRetrievalAlg.
Filters for channels, events, etc.