#include <RunInfoHandler.h>
Definition at line 10 of file RunInfoHandler.h.
◆ ~RunInfoHandler()
RunInfoHandler::~RunInfoHandler |
( |
| ) |
|
|
override |
◆ RunInfoHandler()
◆ getNewObjects()
void RunInfoHandler::getNewObjects |
( |
| ) |
|
|
overridevirtual |
Implements popcon::PopConSourceHandler< RunInfo >.
Definition at line 18 of file RunInfoHandler.cc.
21 <<
"RunInfoHandler::" << __func__ <<
"]:" <<
m_name <<
": "
26 <<
"RunInfoHandler::" << __func__ <<
"]:" <<
m_name
27 <<
": runnumber/first since = " <<
m_since << std::endl;
35 <<
"RunInfoHandler::" << __func__ <<
"]:" <<
m_name <<
": "
38 <<
" the run proposed for insertion " <<
m_since <<
". No transfer needed."
46 size_t n_empty_run = 0;
50 <<
"RunInfoHandler::" << __func__ <<
"]:" <<
m_name <<
": "
54 std::ostringstream
ss;
58 ss <<
"fake run number: " << 1 <<
", ";
60 if (n_empty_run != 0) {
72 <<
"RunInfoHandler::" << __func__ <<
"]:" <<
m_name <<
": END." << std::endl;
75 updater.appendNewRun(*
r);
References RunInfoUpdate::appendNewRun(), popcon::PopConSourceHandler< RunInfo >::dbSession(), cond::TagInfo_t::lastInterval, m_connectionPset, m_connectionString, m_dcsenv_schema, m_name, m_runinfo_schema, m_since, popcon::PopConSourceHandler< RunInfo >::m_to_transfer, popcon::PopConSourceHandler< RunInfo >::m_userTextLog, cond::TagInfo_t::name, cond::Iov_t::payloadId, alignCSCRings::r, RunInfoRead::readData(), cond::Iov_t::since, cond::TagInfo_t::size, findQualityFiles::size, contentValuesCheck::ss, and popcon::PopConSourceHandler< RunInfo >::tagInfo().
◆ id()
std::string RunInfoHandler::id |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_connectionPset
◆ m_connectionString
std::string RunInfoHandler::m_connectionString |
|
private |
◆ m_dcsenv_schema
std::string RunInfoHandler::m_dcsenv_schema |
|
private |
◆ m_name
std::string RunInfoHandler::m_name |
|
private |
◆ m_runinfo_schema
std::string RunInfoHandler::m_runinfo_schema |
|
private |
◆ m_since
unsigned long long RunInfoHandler::m_since |
|
private |