#include <RunPNErrorsDat.h>
Public Member Functions | |
uint64_t | getErrorBits () const |
std::string | getTable () override |
RunPNErrorsDat () | |
void | setErrorBits (uint64_t bits) |
~RunPNErrorsDat () 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, RunPNErrorsDat > *fillMap, RunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB (const EcalLogicID *ecid, const RunPNErrorsDat *item, RunIOV *iov) noexcept(false) |
Private Attributes | |
uint64_t | m_errorBits |
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 12 of file RunPNErrorsDat.h.
RunPNErrorsDat::RunPNErrorsDat | ( | ) |
Definition at line 12 of file RunPNErrorsDat.cc.
|
override |
Definition at line 24 of file RunPNErrorsDat.cc.
|
privatenoexcept |
Definition at line 73 of file RunPNErrorsDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and setErrorBits().
Referenced by getErrorBits().
|
inline |
Definition at line 22 of file RunPNErrorsDat.h.
References fetchData(), m_errorBits, noexcept, prepareWrite(), and writeDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file RunPNErrorsDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 30 of file RunPNErrorsDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getErrorBits().
|
inline |
Definition at line 21 of file RunPNErrorsDat.h.
References bits, and m_errorBits.
Referenced by fetchData().
|
privatenoexcept |
Definition at line 49 of file RunPNErrorsDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getErrorBits().
|
friend |
Definition at line 14 of file RunPNErrorsDat.h.
|
private |
Definition at line 35 of file RunPNErrorsDat.h.
Referenced by getErrorBits(), and setErrorBits().