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::EcalTPGLinConstHandler Class Reference

#include <EcalTPGLinConstHandler.h>

Inheritance diagram for popcon::EcalTPGLinConstHandler:
popcon::PopConSourceHandler< EcalTPGLinearizationConst >

Public Member Functions

 EcalTPGLinConstHandler (edm::ParameterSet const &)
 
void getNewObjects ()
 
std::string id () const
 
void readFromFile (const char *inputFile)
 
void writeFile (const char *inputFile)
 
 ~EcalTPGLinConstHandler ()
 
- Public Member Functions inherited from popcon::PopConSourceHandler< EcalTPGLinearizationConst >
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_lin
 
unsigned int m_i_run_number
 
std::string m_i_tag
 
int m_i_version
 
unsigned int m_lastRun
 
const EcalTPGLinearizationConstm_linearizationConst
 
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
 

Additional Inherited Members

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

Detailed Description

Definition at line 49 of file EcalTPGLinConstHandler.h.

Constructor & Destructor Documentation

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

Definition at line 24 of file EcalTPGLinConstHandler.cc.

popcon::EcalTPGLinConstHandler::~EcalTPGLinConstHandler ( )

Definition at line 41 of file EcalTPGLinConstHandler.cc.

Member Function Documentation

void popcon::EcalTPGLinConstHandler::getNewObjects ( )
virtual
std::string popcon::EcalTPGLinConstHandler::id ( ) const
inlinevirtual
void popcon::EcalTPGLinConstHandler::readFromFile ( const char *  inputFile)

Definition at line 283 of file EcalTPGLinConstHandler.cc.

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

Definition at line 67 of file EcalTPGLinConstHandler.h.

References relativeConstraints::value.

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

Definition at line 323 of file EcalTPGLinConstHandler.cc.

Member Data Documentation

EcalCondDBInterface* popcon::EcalTPGLinConstHandler::econn

Definition at line 64 of file EcalTPGLinConstHandler.h.

unsigned int popcon::EcalTPGLinConstHandler::m_firstRun
private

Definition at line 75 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_gentag
private

Definition at line 79 of file EcalTPGLinConstHandler.h.

int popcon::EcalTPGLinConstHandler::m_i_lin
private

Definition at line 90 of file EcalTPGLinConstHandler.h.

unsigned int popcon::EcalTPGLinConstHandler::m_i_run_number
private

Definition at line 89 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_i_tag
private

Definition at line 87 of file EcalTPGLinConstHandler.h.

int popcon::EcalTPGLinConstHandler::m_i_version
private

Definition at line 88 of file EcalTPGLinConstHandler.h.

unsigned int popcon::EcalTPGLinConstHandler::m_lastRun
private

Definition at line 76 of file EcalTPGLinConstHandler.h.

const EcalTPGLinearizationConst* popcon::EcalTPGLinConstHandler::m_linearizationConst
private

Definition at line 73 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_location
private

Definition at line 78 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_locationsource
private

Definition at line 83 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_name
private

Definition at line 84 of file EcalTPGLinConstHandler.h.

Referenced by id().

std::string popcon::EcalTPGLinConstHandler::m_pass
private

Definition at line 82 of file EcalTPGLinConstHandler.h.

unsigned int popcon::EcalTPGLinConstHandler::m_runnr
private

Definition at line 85 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_runtype
private

Definition at line 86 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_sid
private

Definition at line 80 of file EcalTPGLinConstHandler.h.

std::string popcon::EcalTPGLinConstHandler::m_user
private

Definition at line 81 of file EcalTPGLinConstHandler.h.