#include <ODScanCycle.h>
Public Member Functions | |
int | getId () const |
int | getScanConfigurationID () const |
std::string | getTable () override |
ODScanCycle () | |
bool | operator!= (const ODScanCycle &m) const |
bool | operator== (const ODScanCycle &m) const |
void | setId (int id) |
void | setScanConfigurationID (int x) |
~ODScanCycle () 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 (ODScanCycle *result) noexcept(false) |
int | fetchID () noexcept(false) |
void | insertConfig () noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | setByID (int id) noexcept(false) |
void | writeDB () noexcept(false) |
Private Attributes | |
int | m_ID |
int | m_scan_config_id |
Friends | |
class | EcalCondDBInterface |
class | ODEcalCycle |
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 int const | 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 9 of file ODScanCycle.h.
ODScanCycle::ODScanCycle | ( | ) |
Definition at line 9 of file ODScanCycle.cc.
|
override |
Definition at line 19 of file ODScanCycle.cc.
|
private |
Definition at line 54 of file ODScanCycle.cc.
|
privatenoexcept |
Definition at line 109 of file ODScanCycle.cc.
References MillePedeFileConverter_cfg::e, and mps_fire::result.
|
privatenoexcept |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
privatenoexcept |
Definition at line 134 of file ODScanCycle.cc.
References MillePedeFileConverter_cfg::e, and dtFineDelayCorr_cfi::writeDB.
Referenced by ODEcalCycle::writeDB().
|
inline |
|
inline |
Definition at line 27 of file ODScanCycle.h.
References visualization-live-secondInstance_cfg::m, and m_ID.
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 21 of file ODScanCycle.cc.
References MillePedeFileConverter_cfg::e.
|
privatenoexcept |
|
inline |
Definition at line 19 of file ODScanCycle.h.
References l1ctLayer2EG_cff::id, and m_ID.
Referenced by ODEcalCycle::writeDB().
|
inline |
Definition at line 23 of file ODScanCycle.h.
References m_scan_config_id, and x.
Referenced by ODEcalCycle::writeDB().
|
privatenoexcept |
Definition at line 34 of file ODScanCycle.cc.
References MillePedeFileConverter_cfg::e, and getId().
|
friend |
Definition at line 11 of file ODScanCycle.h.
|
friend |
Definition at line 12 of file ODScanCycle.h.
|
private |
Definition at line 32 of file ODScanCycle.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 33 of file ODScanCycle.h.
Referenced by getScanConfigurationID(), and setScanConfigurationID().