3 std::shared_ptr< L1MuCSCPtLut >
7 edm::LogInfo(
"L1-O2O: L1MuCSCPtLutConfigOnlineProd" ) <<
"Producing " 9 <<
"with key PTLUT_VERSION=" 18 "CSCTF_PTLUTS.PTLUT_VERSION",
25 edm::LogError(
"L1-O2O" ) <<
"Problem with L1MuCSCPtLutParameters key" ;
27 return std::shared_ptr< L1MuCSCPtLut >() ;
38 edm::LogInfo(
"L1-O2O: L1MuCSCPtLutConfigOnlineProd" ) <<
"Returning L1MuCSCPtLut";
40 std::shared_ptr< L1MuCSCPtLut > CSCTFPtLut = std::make_shared< L1MuCSCPtLut >();
41 CSCTFPtLut->readFromDBS(ptlut);
bool fillVariable(const std::string &columnName, T &outputVariable) const
const QueryResults singleAttribute(const T &data) const
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
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::shared_ptr< L1MuCSCPtLut > newObject(const std::string &objectKey) override