#include <ODGolBiasCurrentDat.h>
Public Member Functions | |
int | getCurrent () const |
int | getFedId () const |
int | getGolId () const |
int | getId () const |
int | getPLLCurrent () const |
int | getStatus () const |
std::string | getTable () override |
int | getTTId () const |
ODGolBiasCurrentDat () | |
void | setCurrent (int dac) |
void | setFedId (int dac) |
void | setGolId (int dac) |
void | setId (int dac) |
void | setPLLCurrent (int x) |
void | setStatus (int dac) |
void | setTTId (int dac) |
~ODGolBiasCurrentDat () 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< ODGolBiasCurrentDat > *fillMap, ODGolBiasCurrentInfo *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::vector< ODGolBiasCurrentDat > &data, ODGolBiasCurrentInfo *iov) noexcept(false) |
void | writeDB (const ODGolBiasCurrentDat *item, ODGolBiasCurrentInfo *iov) noexcept(false) |
Private Attributes | |
int | m_cur |
int | m_fed |
int | m_gol |
int | m_ID |
int | m_pll_cur |
int | m_sta |
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 11 of file ODGolBiasCurrentDat.h.
ODGolBiasCurrentDat::ODGolBiasCurrentDat | ( | ) |
Definition at line 10 of file ODGolBiasCurrentDat.cc.
|
override |
Definition at line 28 of file ODGolBiasCurrentDat.cc.
|
privatenoexcept |
Definition at line 73 of file ODGolBiasCurrentDat.cc.
References gather_cfg::cout, MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setCurrent(), setFedId(), setGolId(), setPLLCurrent(), setStatus(), and setTTId().
Referenced by getStatus().
|
inline |
Definition at line 33 of file ODGolBiasCurrentDat.h.
References m_cur.
Referenced by writeArrayDB().
|
inline |
Definition at line 27 of file ODGolBiasCurrentDat.h.
References m_fed.
Referenced by writeArrayDB().
|
inline |
Definition at line 24 of file ODGolBiasCurrentDat.h.
References m_gol.
Referenced by writeArrayDB().
|
inline |
|
inline |
Definition at line 36 of file ODGolBiasCurrentDat.h.
References m_pll_cur.
Referenced by writeArrayDB().
|
inline |
Definition at line 39 of file ODGolBiasCurrentDat.h.
References data, fetchData(), m_sta, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 18 of file ODGolBiasCurrentDat.h.
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 34 of file ODGolBiasCurrentDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getStatus().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 113 of file ODGolBiasCurrentDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getCurrent(), getFedId(), getGolId(), getPLLCurrent(), getStatus(), getTTId(), createfilelist::int, GetRecoTauVFromDQM_MC_cff::kk, geometryCSVtoXML::xx, geometryCSVtoXML::yy, and geometryCSVtoXML::zz.
Referenced by getStatus().
|
privatenoexcept |
Definition at line 50 of file ODGolBiasCurrentDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getStatus().
|
friend |
Definition at line 13 of file ODGolBiasCurrentDat.h.
|
private |
Definition at line 60 of file ODGolBiasCurrentDat.h.
Referenced by getCurrent(), and setCurrent().
|
private |
Definition at line 58 of file ODGolBiasCurrentDat.h.
Referenced by getFedId(), and setFedId().
|
private |
Definition at line 57 of file ODGolBiasCurrentDat.h.
Referenced by getGolId(), and setGolId().
|
private |
Definition at line 63 of file ODGolBiasCurrentDat.h.
|
private |
Definition at line 61 of file ODGolBiasCurrentDat.h.
Referenced by getPLLCurrent(), and setPLLCurrent().
|
private |
Definition at line 62 of file ODGolBiasCurrentDat.h.
Referenced by getStatus(), and setStatus().
|
private |
Definition at line 59 of file ODGolBiasCurrentDat.h.