#include <ODDelaysDat.h>
Public Member Functions | |
int | getFedId () const |
int | getId () const |
int | getSMId () const |
std::string | getTable () override |
int | getTimeOffset () const |
int | getTTId () const |
ODDelaysDat () | |
void | setFedId (int dac) |
void | setId (int dac) |
void | setSMId (int dac) |
void | setTimeOffset (int dac) |
void | setTTId (int dac) |
~ODDelaysDat () 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 | fetchData (std::vector< ODDelaysDat > *fillMap, int id) noexcept(false) |
void | fetchData (std::vector< ODDelaysDat > *fillMap, ODFEDelaysInfo *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::vector< ODDelaysDat > &data, ODFEDelaysInfo *iov) noexcept(false) |
void | writeDB (const ODDelaysDat *item, ODFEDelaysInfo *iov) noexcept(false) |
Private Attributes | |
int | m_fed |
int | m_ID |
int | m_sm |
int | m_t1 |
int | m_tt |
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 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 10 of file ODDelaysDat.h.
ODDelaysDat::ODDelaysDat | ( | ) |
Definition at line 10 of file ODDelaysDat.cc.
|
override |
Definition at line 22 of file ODDelaysDat.cc.
|
privatenoexcept |
Definition at line 59 of file ODDelaysDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setFedId(), setSMId(), setTimeOffset(), and setTTId().
Referenced by EcalCondDBInterface::fetchFEDelaysForRun().
|
privatenoexcept |
Definition at line 53 of file ODDelaysDat.cc.
References AlCaHLTBitMon_ParallelJobs::p.
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 24 of file ODDelaysDat.cc.
References MillePedeFileConverter_cfg::e.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 91 of file ODDelaysDat.cc.
References submitPVResolutionJobs::count, data, MillePedeFileConverter_cfg::e, getFedId(), getSMId(), getTimeOffset(), getTTId(), createfilelist::int, geometryCSVtoXML::xx, geometryCSVtoXML::yy, and geometryCSVtoXML::zz.
|
privatenoexcept |
Definition at line 37 of file ODDelaysDat.cc.
References MillePedeFileConverter_cfg::e, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 12 of file ODDelaysDat.h.
|
private |
Definition at line 46 of file ODDelaysDat.h.
Referenced by getFedId(), and setFedId().
|
private |
Definition at line 49 of file ODDelaysDat.h.
|
private |
Definition at line 45 of file ODDelaysDat.h.
|
private |
Definition at line 48 of file ODDelaysDat.h.
Referenced by getTimeOffset(), and setTimeOffset().
|
private |
Definition at line 47 of file ODDelaysDat.h.