#include <CastorChannelQualityHandler.h>
Public Member Functions | |
CastorChannelQualityHandler (edm::ParameterSet const &) | |
void | getNewObjects () override |
std::string | id () const override |
void | initObject (CastorChannelQuality *) |
~CastorChannelQualityHandler () override | |
Public Member Functions inherited from popcon::PopConSourceHandler< CastorChannelQuality > | |
void | convertFromOld () |
Summary * | dummySummary (typename OldContainer::value_type const &) const |
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 () |
void | sort () |
cond::TagInfo_t const & | tagInfo () const |
std::string const & | userTextLog () const |
virtual | ~PopConSourceHandler () |
Private Attributes | |
edm::FileInPath | fFile |
std::string | m_name |
CastorChannelQuality * | myDBObject |
unsigned int | sinceTime |
Additional Inherited Members | |
Public Types inherited from popcon::PopConSourceHandler< CastorChannelQuality > | |
typedef std::vector< Triplet > | Container |
typedef std::vector< std::pair< CastorChannelQuality *, cond::Time_t > > | OldContainer |
typedef PopConSourceHandler< CastorChannelQuality > | self |
typedef cond::Summary | Summary |
typedef cond::Time_t | Time_t |
typedef CastorChannelQuality | value_type |
Protected Member Functions inherited from popcon::PopConSourceHandler< CastorChannelQuality > | |
int | add (value_type *payload, Summary *summary, Time_t time) |
cond::persistency::Session & | dbSession () const |
Protected Attributes inherited from popcon::PopConSourceHandler< CastorChannelQuality > | |
OldContainer | m_to_transfer |
std::string | m_userTextLog |
Definition at line 25 of file CastorChannelQualityHandler.h.
|
override |
CastorChannelQualityHandler::CastorChannelQualityHandler | ( | edm::ParameterSet const & | ps | ) |
Definition at line 6 of file CastorChannelQualityHandler.cc.
References edm::ParameterSet::getUntrackedParameter(), m_name, sinceTime, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by id().
|
overridevirtual |
Implements popcon::PopConSourceHandler< CastorChannelQuality >.
Definition at line 16 of file CastorChannelQualityHandler.cc.
References gather_cfg::cout, Exception, cond::TagInfo_t::lastInterval, m_name, popcon::PopConSourceHandler< CastorChannelQuality >::m_to_transfer, myDBObject, cond::TagInfo_t::name, sinceTime, cond::TagInfo_t::size, and popcon::PopConSourceHandler< CastorChannelQuality >::tagInfo().
|
inlineoverridevirtual |
Implements popcon::PopConSourceHandler< CastorChannelQuality >.
Definition at line 29 of file CastorChannelQualityHandler.h.
References CastorChannelQualityHandler(), initObject(), m_name, and ~CastorChannelQualityHandler().
void CastorChannelQualityHandler::initObject | ( | CastorChannelQuality * | fObject | ) |
Definition at line 45 of file CastorChannelQualityHandler.cc.
References myDBObject.
Referenced by CastorChannelQualityPopConAnalyzer::endJob(), and id().
|
private |
Definition at line 37 of file CastorChannelQualityHandler.h.
|
private |
Definition at line 39 of file CastorChannelQualityHandler.h.
Referenced by CastorChannelQualityHandler(), getNewObjects(), and id().
|
private |
Definition at line 38 of file CastorChannelQualityHandler.h.
Referenced by getNewObjects(), and initObject().
|
private |
Definition at line 36 of file CastorChannelQualityHandler.h.
Referenced by CastorChannelQualityHandler(), and getNewObjects().