#include <ODDelaysDat.h>
Public Member Functions | |
int | getFedId () const |
int | getId () const |
int | getSMId () const |
std::string | getTable () |
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 () | |
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) throw (std::runtime_error) |
void | fetchData (std::vector< ODDelaysDat > *fillMap, ODFEDelaysInfo *iov) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::vector< ODDelaysDat > &data, ODFEDelaysInfo *iov) throw (std::runtime_error) |
void | writeDB (const ODDelaysDat *item, ODFEDelaysInfo *iov) throw (std::runtime_error) |
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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) throw (std::runtime_error) |
unsigned char * | readClob (Clob &clob, int size) throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 | ( | ) |
ODDelaysDat::~ODDelaysDat | ( | ) |
Definition at line 26 of file ODDelaysDat.cc.
|
private |
Definition at line 73 of file ODDelaysDat.cc.
References alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setFedId(), setSMId(), setTimeOffset(), and setTTId().
Referenced by EcalCondDBInterface::fetchFEDelaysForRun().
|
private |
Definition at line 66 of file ODDelaysDat.cc.
References o2o::iov, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
privatevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 108 of file ODDelaysDat.cc.
References KineDebug3::count(), data, alignCSCRings::e, getFedId(), getSMId(), getTimeOffset(), getTTId(), and o2o::iov.
|
private |
|
friend |
Definition at line 12 of file ODDelaysDat.h.
|
private |
Definition at line 53 of file ODDelaysDat.h.
Referenced by getFedId(), and setFedId().
|
private |
Definition at line 56 of file ODDelaysDat.h.
|
private |
Definition at line 52 of file ODDelaysDat.h.
|
private |
Definition at line 55 of file ODDelaysDat.h.
Referenced by getTimeOffset(), and setTimeOffset().
|
private |
Definition at line 54 of file ODDelaysDat.h.