CMS 3D CMS Logo

Public Member Functions | Private Attributes

popcon::VerifyState Class Reference

#include <VerifyState.h>

List of all members.

Public Member Functions

bool consistentWith (std::string &sourceId) const
bool selfConsistent () const
 VerifyState (cond::TagInfo const &tagInfo, cond::LogDBEntry const &logDBEntry)

Private Attributes

cond::LogDBEntry const & m_logDBEntry
cond::TagInfo const & m_tagInfo

Detailed Description

Verify the consistency between conddb and the log

Definition at line 17 of file VerifyState.h.


Constructor & Destructor Documentation

popcon::VerifyState::VerifyState ( cond::TagInfo const &  tagInfo,
cond::LogDBEntry const &  logDBEntry 
) [inline]

Definition at line 19 of file VerifyState.h.

                                                   :
      m_tagInfo(tagInfo),
      m_logDBEntry(logDBEntry){}

Member Function Documentation

bool popcon::VerifyState::consistentWith ( std::string &  sourceId) const
bool popcon::VerifyState::selfConsistent ( ) const

Member Data Documentation

Definition at line 37 of file VerifyState.h.

Definition at line 35 of file VerifyState.h.