CMS 3D CMS Logo

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

#include <EcalTPGLutIdMapHandler.h>

Inheritance diagram for popcon::EcalTPGLutIdMapHandler:
popcon::PopConSourceHandler< EcalTPGLutIdMap >

Public Member Functions

 EcalTPGLutIdMapHandler (edm::ParameterSet const &)
 
void getNewObjects ()
 
std::string id () const
 
void readFromFile (const char *inputFile)
 
void writeFile (const char *inputFile)
 
 ~EcalTPGLutIdMapHandler ()
 
- Public Member Functions inherited from popcon::PopConSourceHandler< EcalTPGLutIdMap >
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 ()
 

Public Attributes

EcalCondDBInterfaceeconn
 

Private Member Functions

std::string to_string (char value[])
 

Private Attributes

unsigned int m_firstRun
 
std::string m_gentag
 
int m_i_lutIdMap
 
unsigned int m_i_run_number
 
std::string m_i_tag
 
int m_i_version
 
unsigned int m_lastRun
 
std::string m_location
 
std::string m_locationsource
 
std::string m_name
 
std::string m_pass
 
unsigned int m_runnr
 
std::string m_runtype
 
std::string m_sid
 
std::string m_user
 
const EcalTPGLutIdMapmypedestals
 

Additional Inherited Members

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

Detailed Description

Definition at line 49 of file EcalTPGLutIdMapHandler.h.

Constructor & Destructor Documentation

popcon::EcalTPGLutIdMapHandler::EcalTPGLutIdMapHandler ( edm::ParameterSet const &  ps)

Definition at line 24 of file EcalTPGLutIdMapHandler.cc.

popcon::EcalTPGLutIdMapHandler::~EcalTPGLutIdMapHandler ( )

Definition at line 43 of file EcalTPGLutIdMapHandler.cc.

Member Function Documentation

void popcon::EcalTPGLutIdMapHandler::getNewObjects ( )
virtual
std::string popcon::EcalTPGLutIdMapHandler::id ( ) const
inlinevirtual

Implements popcon::PopConSourceHandler< EcalTPGLutIdMap >.

Definition at line 58 of file EcalTPGLutIdMapHandler.h.

References m_name.

58 { return m_name;}
void popcon::EcalTPGLutIdMapHandler::readFromFile ( const char *  inputFile)

Definition at line 272 of file EcalTPGLutIdMapHandler.cc.

std::string popcon::EcalTPGLutIdMapHandler::to_string ( char  value[])
inlineprivate

Definition at line 67 of file EcalTPGLutIdMapHandler.h.

References relativeConstraints::value.

67  {
68  std::ostringstream streamOut;
69  streamOut << value;
70  return streamOut.str();
71  }
void popcon::EcalTPGLutIdMapHandler::writeFile ( const char *  inputFile)

Definition at line 312 of file EcalTPGLutIdMapHandler.cc.

Member Data Documentation

EcalCondDBInterface* popcon::EcalTPGLutIdMapHandler::econn

Definition at line 64 of file EcalTPGLutIdMapHandler.h.

unsigned int popcon::EcalTPGLutIdMapHandler::m_firstRun
private

Definition at line 75 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_gentag
private

Definition at line 79 of file EcalTPGLutIdMapHandler.h.

int popcon::EcalTPGLutIdMapHandler::m_i_lutIdMap
private

Definition at line 90 of file EcalTPGLutIdMapHandler.h.

unsigned int popcon::EcalTPGLutIdMapHandler::m_i_run_number
private

Definition at line 89 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_i_tag
private

Definition at line 87 of file EcalTPGLutIdMapHandler.h.

int popcon::EcalTPGLutIdMapHandler::m_i_version
private

Definition at line 88 of file EcalTPGLutIdMapHandler.h.

unsigned int popcon::EcalTPGLutIdMapHandler::m_lastRun
private

Definition at line 76 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_location
private

Definition at line 78 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_locationsource
private

Definition at line 83 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_name
private

Definition at line 84 of file EcalTPGLutIdMapHandler.h.

Referenced by id().

std::string popcon::EcalTPGLutIdMapHandler::m_pass
private

Definition at line 82 of file EcalTPGLutIdMapHandler.h.

unsigned int popcon::EcalTPGLutIdMapHandler::m_runnr
private

Definition at line 85 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_runtype
private

Definition at line 86 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_sid
private

Definition at line 80 of file EcalTPGLutIdMapHandler.h.

std::string popcon::EcalTPGLutIdMapHandler::m_user
private

Definition at line 81 of file EcalTPGLutIdMapHandler.h.

const EcalTPGLutIdMap* popcon::EcalTPGLutIdMapHandler::mypedestals
private

Definition at line 73 of file EcalTPGLutIdMapHandler.h.