4 edm::LogInfo(
"L1-O2O: L1MuCSCPtLutConfigOnlineProd") <<
"Producing " 6 <<
"with key PTLUT_VERSION=" << objectKey;
15 edm::LogError(
"L1-O2O") <<
"Problem with L1MuCSCPtLutParameters key";
17 return std::unique_ptr<L1MuCSCPtLut>();
27 edm::LogInfo(
"L1-O2O: L1MuCSCPtLutConfigOnlineProd") <<
"Returning L1MuCSCPtLut";
29 auto CSCTFPtLut = std::make_unique<L1MuCSCPtLut>();
30 CSCTFPtLut->readFromDBS(ptlut);
const QueryResults singleAttribute(const T &data) const
Log< level::Error, false > LogError
const QueryResults basicQuery(const std::vector< std::string > &columnNames, const std::string &schemaName, const std::string &tableName, const std::string &conditionLHS="", const QueryResults conditionRHS=QueryResults(), const std::string &conditionRHSName="")
l1t::OMDSReader m_omdsReader
Log< level::Info, false > LogInfo
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::unique_ptr< L1MuCSCPtLut > newObject(const std::string &objectKey) override