#include <RPCDBHandler.h>
Public Member Functions | |
void | getNewObjects () override |
std::string | id () const override |
void | initObject (RPCDQMObject *) |
RPCDBHandler (const edm::ParameterSet &pset) | |
~RPCDBHandler () override=default | |
Public Member Functions inherited from popcon::PopConSourceHandler< RPCDQMObject > | |
void | initialize (const cond::persistency::Session &dbSession, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) |
Ref | lastPayload () const |
cond::LogDBEntry_t const & | logDBEntry () const |
std::pair< Container const *, std::string const > | operator() (const cond::persistency::Session &session, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) const |
PopConSourceHandler () | |
Container const & | returnData () |
cond::TagInfo_t const & | tagInfo () const |
std::string const & | userTextLog () const |
virtual | ~PopConSourceHandler () |
Private Attributes | |
std::string | m_name |
RPCDQMObject * | rpcDQMObject |
unsigned int | sinceTime |
Additional Inherited Members | |
Public Types inherited from popcon::PopConSourceHandler< RPCDQMObject > | |
typedef std::map< Time_t, std::shared_ptr< RPCDQMObject > > | Container |
typedef std::unique_ptr< RPCDQMObject > | Ref |
typedef PopConSourceHandler< RPCDQMObject > | self |
typedef cond::Time_t | Time_t |
typedef RPCDQMObject | value_type |
Protected Member Functions inherited from popcon::PopConSourceHandler< RPCDQMObject > | |
cond::persistency::Session & | dbSession () const |
Protected Attributes inherited from popcon::PopConSourceHandler< RPCDQMObject > | |
Container | m_iovs |
std::vector< std::pair< RPCDQMObject *, Time_t > > | m_to_transfer |
std::string | m_userTextLog |
Definition at line 10 of file RPCDBHandler.h.
|
overridedefault |
RPCDBHandler::RPCDBHandler | ( | const edm::ParameterSet & | pset | ) |
Definition at line 5 of file RPCDBHandler.cc.
|
overridevirtual |
Implements popcon::PopConSourceHandler< RPCDQMObject >.
Definition at line 9 of file RPCDBHandler.cc.
References cond::TagInfo_t::lastInterval, popcon::PopConSourceHandler< RPCDQMObject >::m_to_transfer, alignCSCRings::r, rpcDQMObject, cond::Iov_t::since, sinceTime, findQualityFiles::size, and popcon::PopConSourceHandler< RPCDQMObject >::tagInfo().
|
inlineoverridevirtual |
Implements popcon::PopConSourceHandler< RPCDQMObject >.
Definition at line 13 of file RPCDBHandler.h.
References m_name.
void RPCDBHandler::initObject | ( | RPCDQMObject * | fObject | ) |
|
private |
Definition at line 20 of file RPCDBHandler.h.
Referenced by id().
|
private |
Definition at line 22 of file RPCDBHandler.h.
Referenced by getNewObjects(), and initObject().
|
private |
Definition at line 21 of file RPCDBHandler.h.
Referenced by getNewObjects().