#include <RunSummaryHandler.h>
Definition at line 10 of file RunSummaryHandler.h.
◆ ~RunSummaryHandler()
RunSummaryHandler::~RunSummaryHandler |
( |
| ) |
|
|
override |
◆ RunSummaryHandler()
◆ getNewObjects()
void RunSummaryHandler::getNewObjects |
( |
| ) |
|
|
overridevirtual |
Implements popcon::PopConSourceHandler< RunSummary >.
Definition at line 22 of file RunSummaryHandler.cc.
39 std::cerr <<
"Source implementation test ::getNewObjects : enter runnumber as a first since ! \n";
42 std::cout <<
"runnumber/first since = " << snc << std::endl;
48 size_t n_empty_run = 0;
53 << snc - 1 <<
"- > getNewObjects" << std::endl;
67 if (n_empty_run != 0) {
74 *
r = rn.readData(
"RUNSESSION_PARAMETER",
"STRING_VALUE", (
int)snc);
76 std::ostringstream
ss;
77 ss <<
"since =" << snc;
81 edm::LogInfo(
"RunSummaryHandler") <<
"------- " <<
m_name <<
" - > getNewObjects" << std::endl;
References beam_dqm_sourceclient-live_cfg::cerr, gather_cfg::cout, cond::TagInfo_t::lastInterval, m_connectionString, m_name, m_pass, popcon::PopConSourceHandler< RunSummary >::m_to_transfer, m_user, popcon::PopConSourceHandler< RunSummary >::m_userTextLog, cond::TagInfo_t::name, cond::Iov_t::payloadId, alignCSCRings::r, RunSummaryRead::readData(), cond::Iov_t::since, cond::TagInfo_t::size, findQualityFiles::size, contentValuesCheck::ss, and popcon::PopConSourceHandler< RunSummary >::tagInfo().
◆ id()
std::string RunSummaryHandler::id |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_authpath
std::string RunSummaryHandler::m_authpath |
|
private |
◆ m_connectionString
std::string RunSummaryHandler::m_connectionString |
|
private |
◆ m_host
std::string RunSummaryHandler::m_host |
|
private |
◆ m_name
std::string RunSummaryHandler::m_name |
|
private |
◆ m_pass
std::string RunSummaryHandler::m_pass |
|
private |
◆ m_port
int RunSummaryHandler::m_port |
|
private |
◆ m_sid
std::string RunSummaryHandler::m_sid |
|
private |
◆ m_since
unsigned long long RunSummaryHandler::m_since |
|
private |
◆ m_user
std::string RunSummaryHandler::m_user |
|
private |