#include <FEConfigPedInfo.h>
Public Member Functions | |
FEConfigPedInfo () | |
int | fetchID () noexcept(false) |
int | fetchNextId () noexcept(false) |
Tm | getDBTime () const |
int | getID () |
int | getId () const |
int | getIOVId () const |
std::string | getTable () override |
int | getVersion () const |
bool | operator!= (const FEConfigPedInfo &r) const |
bool | operator== (const FEConfigPedInfo &r) const |
void | setByID (int id) noexcept(false) |
void | setDBTime (const Tm &x) |
void | setId (int id) |
void | setID (int id) |
void | setIOVId (int iov_id) |
void | setParameters (const std::map< std::string, std::string > &my_keys_map) |
void | setVersion (int id) |
~FEConfigPedInfo () override | |
Public Member Functions inherited from IODConfig | |
std::string | getConfigTag () |
void | setConfigTag (std::string x) |
Public Member Functions inherited from IDBObject | |
oracle::occi::Connection * | getConn () const |
oracle::occi::Environment * | getEnv () const |
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
virtual | ~IDBObject () |
Private Member Functions | |
void | clear () |
void | fetchData (FEConfigPedInfo *result) noexcept(false) |
void | fetchLastData (FEConfigPedInfo *result) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB () noexcept(false) |
Private Attributes | |
Tm | m_db_time |
int | m_ID |
int | m_iov_id |
int | m_version |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Public Types inherited from IODConfig | |
typedef oracle::occi::Clob | Clob |
typedef oracle::occi::SQLException | SQLException |
typedef oracle::occi::Statement | Statement |
typedef oracle::occi::Stream | Stream |
Public Attributes inherited from IODConfig | |
std::string | m_config_tag |
Static Public Attributes inherited from IDBObject | |
static const int | ECALDB_NROWS = 1024 |
Protected Member Functions inherited from IODConfig | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) noexcept(false) |
unsigned char * | readClob (Clob &clob, int size) noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IODConfig | |
Statement * | m_readStmt |
Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 11 of file FEConfigPedInfo.h.
FEConfigPedInfo::FEConfigPedInfo | ( | ) |
|
override |
Definition at line 26 of file FEConfigPedInfo.cc.
|
private |
Definition at line 24 of file FEConfigPedInfo.cc.
|
privatenoexcept |
Definition at line 105 of file FEConfigPedInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
noexcept |
Definition at line 161 of file FEConfigPedInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 137 of file FEConfigPedInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
noexcept |
Definition at line 28 of file FEConfigPedInfo.cc.
References MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 28 of file FEConfigPedInfo.h.
References getId().
Referenced by EcalTPGDBApp::writeToConfDB_TPGPedestals().
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 19 of file FEConfigPedInfo.h.
|
inline |
|
inline |
|
inline |
Definition at line 43 of file FEConfigPedInfo.h.
References m_ID, and alignCSCRings::r.
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 48 of file FEConfigPedInfo.cc.
References MillePedeFileConverter_cfg::e, getId(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
noexcept |
Definition at line 191 of file FEConfigPedInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 24 of file FEConfigPedInfo.h.
References triggerObjects_cff::id, and m_ID.
Referenced by EcalTPGParamBuilder::analyze(), popcon::EcalTPGPedestalsHandler::getNewObjects(), EcalTPGDBApp::readFromConfDB_TPGPedestals(), and setID().
|
inline |
|
inline |
Definition at line 21 of file FEConfigPedInfo.h.
References m_iov_id.
Referenced by EcalTPGDBApp::writeToConfDB_TPGPedestals().
void FEConfigPedInfo::setParameters | ( | const std::map< std::string, std::string > & | my_keys_map | ) |
Definition at line 70 of file FEConfigPedInfo.cc.
|
inline |
Definition at line 30 of file FEConfigPedInfo.h.
References triggerObjects_cff::id, and m_version.
|
privatenoexcept |
Definition at line 84 of file FEConfigPedInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 13 of file FEConfigPedInfo.h.
|
private |
Definition at line 50 of file FEConfigPedInfo.h.
Referenced by getDBTime(), and setDBTime().
|
private |
Definition at line 49 of file FEConfigPedInfo.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 48 of file FEConfigPedInfo.h.
Referenced by getIOVId(), and setIOVId().
|
private |
Definition at line 51 of file FEConfigPedInfo.h.
Referenced by getVersion(), and setVersion().