Simple service to provide a RunHistory configured to the right run. More...
#include <DBIService.h>
Public Member Functions | |
| DBIService (const fhicl::ParameterSet &pset) | |
| void | reconfigure (const fhicl::ParameterSet &pset) |
| Table * | CreateTable (std::string tableName="", std::string schemaName="", int tableType=nutools::dbi::kConditionsTable, int dataSource=nutools::dbi::kOffline) |
Public Member Functions inherited from evdb::Reconfigurable | |
| Reconfigurable (fhicl::ParameterSet const &ps) | |
| void | do_reconfigure (fhicl::ParameterSet const &pset) |
Protected Attributes | |
| int | fVerbosity |
| bool | fTimeQueries |
| bool | fTimeParsing |
| std::string | fWebServiceURL |
| std::string | fQueryEngineURL |
| std::string | fDBUser |
Simple service to provide a RunHistory configured to the right run.
Definition at line 25 of file DBIService.h.
| nutools::dbi::DBIService::DBIService | ( | const fhicl::ParameterSet & | pset | ) |
Definition at line 18 of file DBI_service.cc.
| Table * nutools::dbi::DBIService::CreateTable | ( | std::string | tableName = "", |
| std::string | schemaName = "", |
||
| int | tableType = nutools::dbi::kConditionsTable, |
||
| int | dataSource = nutools::dbi::kOffline |
||
| ) |
Definition at line 36 of file DBI_service.cc.
| void nutools::dbi::DBIService::reconfigure | ( | const fhicl::ParameterSet & | pset | ) |
Definition at line 24 of file DBI_service.cc.
|
protected |
Definition at line 45 of file DBIService.h.
|
protected |
Definition at line 44 of file DBIService.h.
|
protected |
Definition at line 41 of file DBIService.h.
|
protected |
Definition at line 40 of file DBIService.h.
|
protected |
Definition at line 39 of file DBIService.h.
|
protected |
Definition at line 43 of file DBIService.h.
1.8.11