/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/CondDB/src/DbConnectionString.h
20 строк
515 B
Cms Build
Clang-Format
29 май 2019, 08:23
29 май 2019, 08:23
087900c
Код
Авторство
О чём код?
#ifndef CondCore_CondDB_DbConnectionString_h #define CondCore_CondDB_DbConnectionString_h #include "CondCore/CondDB/interface/Utils.h" // #include <string> namespace cond { namespace persistency { std::pair<std::string, std::string> getConnectionParams(const std::string& initialConnection, const std::string& transId, const std::string& signature); } } // namespace cond #endif