#include <DatabaseRetrievalAlg.h>
Public Member Functions | |
DatabaseRetrievalAlg (const std::string &foldername, const std::string &url, const std::string &url2="", const std::string &tag="", bool usesqlite=false, bool testmode=false) | |
Constructors. More... | |
DatabaseRetrievalAlg (fhicl::ParameterSet const &p) | |
virtual | ~DatabaseRetrievalAlg () |
Default destructor. More... | |
virtual void | Reconfigure (fhicl::ParameterSet const &p) |
Configure using fhicl::ParameterSet. More... | |
bool | UpdateFolder (DBTimeStamp_t ts) |
Return true if fFolder is successfully updated. More... | |
const std::string & | URL () const |
Get connection information. More... | |
const std::string & | FolderName () const |
const std::string & | Tag () const |
const IOVTimeStamp & | Begin () const |
Get Timestamp information. More... | |
const IOVTimeStamp & | End () const |
Protected Attributes | |
std::unique_ptr< DBFolder > | fFolder |
User defined class DatabaseRetrievalAlg ... these comments are used to generate doxygen documentation!
Definition at line 31 of file DatabaseRetrievalAlg.h.
|
inline |
Constructors.
Definition at line 36 of file DatabaseRetrievalAlg.h.
|
inline |
Definition at line 41 of file DatabaseRetrievalAlg.h.
|
inlinevirtual |
|
inline |
Get Timestamp information.
Definition at line 62 of file DatabaseRetrievalAlg.h.
|
inline |
Definition at line 63 of file DatabaseRetrievalAlg.h.
|
inline |
Definition at line 58 of file DatabaseRetrievalAlg.h.
|
virtual |
Configure using fhicl::ParameterSet.
Reimplemented in lariov::DetPedestalRetrievalAlg, lariov::SIOVElectronicsCalibProvider, and lariov::SIOVPmtGainProvider.
Definition at line 11 of file DatabaseRetrievalAlg.cxx.
|
inline |
Definition at line 59 of file DatabaseRetrievalAlg.h.
|
inline |
Return true if fFolder is successfully updated.
Definition at line 52 of file DatabaseRetrievalAlg.h.
|
inline |
Get connection information.
Definition at line 57 of file DatabaseRetrievalAlg.h.
|
protected |
Definition at line 68 of file DatabaseRetrievalAlg.h.