#include <ODLTSCycle.h>
Public Member Functions | |
int | getId () const |
int | getLTSConfigurationID () const |
std::string | getTable () override |
ODLTSCycle () | |
bool | operator!= (const ODLTSCycle &m) const |
bool | operator== (const ODLTSCycle &m) const |
void | setId (int id) |
void | setLTSConfigurationID (int x) |
~ODLTSCycle () 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 (ODLTSCycle *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_lts_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 11 of file ODLTSCycle.h.
ODLTSCycle::ODLTSCycle | ( | ) |
Definition at line 9 of file ODLTSCycle.cc.
|
override |
Definition at line 21 of file ODLTSCycle.cc.
|
private |
Definition at line 66 of file ODLTSCycle.cc.
|
privatenoexcept |
Definition at line 131 of file ODLTSCycle.cc.
References MillePedeFileConverter_cfg::e, and mps_fire::result.
|
privatenoexcept |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
privatenoexcept |
Definition at line 158 of file ODLTSCycle.cc.
References MillePedeFileConverter_cfg::e, and GlobalTrackerMuonAlignment_cfi::writeDB.
Referenced by ODEcalCycle::writeDB().
|
inline |
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 26 of file ODLTSCycle.cc.
References MillePedeFileConverter_cfg::e.
|
privatenoexcept |
|
inline |
Definition at line 21 of file ODLTSCycle.h.
References triggerObjects_cff::id, and m_ID.
Referenced by ODEcalCycle::writeDB().
|
inline |
Definition at line 25 of file ODLTSCycle.h.
References m_lts_config_id, and x.
Referenced by ODEcalCycle::writeDB().
|
privatenoexcept |
|
friend |
Definition at line 13 of file ODLTSCycle.h.
|
friend |
Definition at line 14 of file ODLTSCycle.h.
|
private |
Definition at line 34 of file ODLTSCycle.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 35 of file ODLTSCycle.h.
Referenced by getLTSConfigurationID(), and setLTSConfigurationID().