Database backend that uses the conditions service.
More...
#include <ConditionsDatabase.h>
Database backend that uses the conditions service.
Definition at line 32 of file ConditionsDatabase.h.
◆ createDefaultInstance()
Method to set the database instance to the central database with default parameters.
- Parameters
-
globalTag | The name of the global tag |
logLevel | The level of log messages about not-found payloads. |
payloadDir | Directory for local copies of the payloads |
◆ createInstance()
static void createInstance |
( |
const std::string & |
globalTag, |
|
|
const std::string & |
restBaseName, |
|
|
const std::string & |
fileBaseName, |
|
|
const std::string & |
fileBaseLocal, |
|
|
LogConfig::ELogLevel |
logLevel = LogConfig::c_Warning , |
|
|
bool |
invertLogging = false |
|
) |
| |
|
static |
Method to set the database instance to the central database.
- Parameters
-
globalTag | The name of the global tag |
restBaseName | Base name for REST services |
fileBaseName | Base name for conditions files |
fileBaseLocal | Directory name for local conditions files copies |
logLevel | The level of log messages about not-found payloads. |
invertLogging | If true log messages will be created when a payload is found. This is intended for override setups where a few payloads are taken from non standard locations |
The documentation for this class was generated from the following file: