CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
popcon::DQMHistoryPopConHandler< U > Class Template Reference

#include <DQMHistoryPopConHandler.h>

Inheritance diagram for popcon::DQMHistoryPopConHandler< U >:
popcon::PopConSourceHandler< HDQMSummary >

Public Member Functions

 DQMHistoryPopConHandler (const edm::ParameterSet &pset)
 
void getNewObjects ()
 
std::string id () const
 
 ~DQMHistoryPopConHandler ()
 
- Public Member Functions inherited from popcon::PopConSourceHandler< HDQMSummary >
void convertFromOld ()
 
SummarydummySummary (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 Member Functions

bool isTransferNeeded ()
 
void setForTransfer ()
 

Private Attributes

edm::Service< U > condObjBuilder
 
bool m_debugMode
 
bool m_iovSequence
 
std::string m_name
 
unsigned long long m_since
 

Additional Inherited Members

- Public Types inherited from popcon::PopConSourceHandler< HDQMSummary >
typedef std::vector< TripletContainer
 
typedef std::vector< std::pair
< HDQMSummary *, cond::Time_t > > 
OldContainer
 
typedef PopConSourceHandler
< HDQMSummary
self
 
typedef cond::Summary Summary
 
typedef cond::Time_t Time_t
 
typedef HDQMSummary value_type
 
- Protected Member Functions inherited from popcon::PopConSourceHandler< HDQMSummary >
int add (value_type *payload, Summary *summary, Time_t time)
 
- Protected Attributes inherited from popcon::PopConSourceHandler< HDQMSummary >
OldContainer m_to_transfer
 
std::string m_userTextLog
 

Detailed Description

template<typename U>
class popcon::DQMHistoryPopConHandler< U >

Definition at line 22 of file DQMHistoryPopConHandler.h.

Constructor & Destructor Documentation

template<typename U >
popcon::DQMHistoryPopConHandler< U >::DQMHistoryPopConHandler ( const edm::ParameterSet pset)
inline

Definition at line 25 of file DQMHistoryPopConHandler.h.

template<typename U >
popcon::DQMHistoryPopConHandler< U >::~DQMHistoryPopConHandler ( )
inline

Definition at line 33 of file DQMHistoryPopConHandler.h.

Member Function Documentation

template<typename U >
void popcon::DQMHistoryPopConHandler< U >::getNewObjects ( )
inlinevirtual
template<typename U >
std::string popcon::DQMHistoryPopConHandler< U >::id ( void  ) const
inlinevirtual
template<typename U >
bool popcon::DQMHistoryPopConHandler< U >::isTransferNeeded ( )
inlineprivate

Definition at line 91 of file DQMHistoryPopConHandler.h.

template<typename U >
void popcon::DQMHistoryPopConHandler< U >::setForTransfer ( )
inlineprivate

Definition at line 137 of file DQMHistoryPopConHandler.h.

Member Data Documentation

template<typename U >
edm::Service<U> popcon::DQMHistoryPopConHandler< U >::condObjBuilder
private

Definition at line 164 of file DQMHistoryPopConHandler.h.

template<typename U >
bool popcon::DQMHistoryPopConHandler< U >::m_debugMode
private

Definition at line 162 of file DQMHistoryPopConHandler.h.

template<typename U >
bool popcon::DQMHistoryPopConHandler< U >::m_iovSequence
private

Definition at line 163 of file DQMHistoryPopConHandler.h.

template<typename U >
std::string popcon::DQMHistoryPopConHandler< U >::m_name
private

Definition at line 160 of file DQMHistoryPopConHandler.h.

template<typename U >
unsigned long long popcon::DQMHistoryPopConHandler< U >::m_since
private

Definition at line 161 of file DQMHistoryPopConHandler.h.