#include <CastorGainWidthsHandler.h>
Public Member Functions | |
CastorGainWidthsHandler (edm::ParameterSet const &) | |
void | getNewObjects () override |
std::string | id () const override |
void | initObject (CastorGainWidths *) |
~CastorGainWidthsHandler () override | |
Public Member Functions inherited from popcon::PopConSourceHandler< CastorGainWidths > | |
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 | |
edm::FileInPath | fFile |
std::string | m_name |
CastorGainWidths * | myDBObject |
unsigned int | sinceTime |
Additional Inherited Members | |
Public Types inherited from popcon::PopConSourceHandler< CastorGainWidths > | |
typedef std::map< Time_t, std::shared_ptr< CastorGainWidths > > | Container |
typedef std::unique_ptr< CastorGainWidths > | Ref |
typedef PopConSourceHandler< CastorGainWidths > | self |
typedef cond::Time_t | Time_t |
typedef CastorGainWidths | value_type |
Protected Member Functions inherited from popcon::PopConSourceHandler< CastorGainWidths > | |
cond::persistency::Session & | dbSession () const |
Protected Attributes inherited from popcon::PopConSourceHandler< CastorGainWidths > | |
Container | m_iovs |
std::vector< std::pair< CastorGainWidths *, Time_t > > | m_to_transfer |
std::string | m_userTextLog |
Definition at line 23 of file CastorGainWidthsHandler.h.
|
override |
Definition at line 11 of file CastorGainWidthsHandler.cc.
CastorGainWidthsHandler::CastorGainWidthsHandler | ( | edm::ParameterSet const & | ps | ) |
Definition at line 6 of file CastorGainWidthsHandler.cc.
References edm::ParameterSet::getUntrackedParameter(), m_name, sinceTime, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements popcon::PopConSourceHandler< CastorGainWidths >.
Definition at line 13 of file CastorGainWidthsHandler.cc.
References gather_cfg::cout, Exception, cond::TagInfo_t::lastInterval, m_name, popcon::PopConSourceHandler< CastorGainWidths >::m_to_transfer, myDBObject, cond::TagInfo_t::name, cond::Iov_t::since, sinceTime, cond::TagInfo_t::size, and popcon::PopConSourceHandler< CastorGainWidths >::tagInfo().
|
inlineoverridevirtual |
Implements popcon::PopConSourceHandler< CastorGainWidths >.
Definition at line 26 of file CastorGainWidthsHandler.h.
References m_name.
void CastorGainWidthsHandler::initObject | ( | CastorGainWidths * | fObject | ) |
Definition at line 36 of file CastorGainWidthsHandler.cc.
References myDBObject.
Referenced by CastorGainWidthsPopConAnalyzer::endJob().
|
private |
Definition at line 34 of file CastorGainWidthsHandler.h.
|
private |
Definition at line 36 of file CastorGainWidthsHandler.h.
Referenced by CastorGainWidthsHandler(), getNewObjects(), and id().
|
private |
Definition at line 35 of file CastorGainWidthsHandler.h.
Referenced by getNewObjects(), and initObject().
|
private |
Definition at line 33 of file CastorGainWidthsHandler.h.
Referenced by CastorGainWidthsHandler(), and getNewObjects().