#include <MODCCSFEDat.h>
Public Member Functions | |
std::string | getTable () override |
int | getWord () const |
MODCCSFEDat () | |
void | setWord (int x) |
~MODCCSFEDat () override | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
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 | fetchData (std::map< EcalLogicID, MODCCSFEDat > *fillMap, MODRunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, MODCCSFEDat > *data, MODRunIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const MODCCSFEDat *item, MODRunIOV *iov) noexcept(false) |
Private Attributes | |
int | m_word |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDataItem | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () 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 IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 11 of file MODCCSFEDat.h.
MODCCSFEDat::MODCCSFEDat | ( | ) |
Definition at line 11 of file MODCCSFEDat.cc.
|
override |
Definition at line 23 of file MODCCSFEDat.cc.
|
privatenoexcept |
Definition at line 72 of file MODCCSFEDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and setWord().
Referenced by getWord().
|
inlineoverridevirtual |
|
inline |
Definition at line 21 of file MODCCSFEDat.h.
References data, fetchData(), m_word, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 29 of file MODCCSFEDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getWord().
|
inline |
Definition at line 20 of file MODCCSFEDat.h.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 115 of file MODCCSFEDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, EcalLogicID::getLogicID(), getWord(), AlCaHLTBitMon_ParallelJobs::p, x, and geometryCSVtoXML::xx.
Referenced by getWord().
|
privatenoexcept |
Definition at line 47 of file MODCCSFEDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getWord().
|
friend |
Definition at line 13 of file MODCCSFEDat.h.
|
private |
Definition at line 39 of file MODCCSFEDat.h.