#include <FEConfigBadStripDat.h>
Definition at line 10 of file FEConfigBadStripDat.h.
FEConfigBadStripDat::FEConfigBadStripDat |
( |
| ) |
|
Definition at line 10 of file FEConfigBadStripDat.cc.
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
FEConfigBadStripDat::~FEConfigBadStripDat |
( |
| ) |
|
|
override |
Definition at line 70 of file FEConfigBadStripDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setFedId(), setStatus(), setStripId(), setTCCId(), setTTId(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getStatus().
83 m_readStmt->setSQL(
"SELECT * FROM " +
getTable() +
" WHERE rec_id = :rec_id order by tcc_id, fed_id, tt_id , st_id ");
101 throw(std::runtime_error(
std::string(
"FEConfigBadStripDat::fetchData(): ")+getOraMessage(&e)));
oracle::occi::Environment * m_env
oracle::occi::Connection * m_conn
int fetchID() noexcept(false)
void checkConnection() const noexcept(false)
std::string getTable() override
oracle::occi::SQLException SQLException
void setConnection(oracle::occi::Environment *env, oracle::occi::Connection *conn)
int FEConfigBadStripDat::getFedId |
( |
| ) |
const |
|
inline |
int FEConfigBadStripDat::getId |
( |
void |
| ) |
const |
|
inline |
int FEConfigBadStripDat::getStatus |
( |
| ) |
const |
|
inline |
int FEConfigBadStripDat::getStripId |
( |
| ) |
const |
|
inline |
std::string FEConfigBadStripDat::getTable |
( |
| ) |
|
|
inlineoverridevirtual |
int FEConfigBadStripDat::getTCCId |
( |
| ) |
const |
|
inline |
int FEConfigBadStripDat::getTTId |
( |
| ) |
const |
|
inline |
void FEConfigBadStripDat::prepareWrite |
( |
| ) |
|
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 33 of file FEConfigBadStripDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getStatus().
40 m_writeStmt->setSQL(
"INSERT INTO "+
getTable()+
" (rec_id, tcc_id,fed_id, tt_id, st_id, status ) " 41 "VALUES (:1, :2, :3, :4, :5 ,:6 )");
43 throw(std::runtime_error(
std::string(
"FEConfigBadStripDat::prepareWrite(): ")+getOraMessage(&e)));
oracle::occi::Connection * m_conn
void checkConnection() const noexcept(false)
std::string getTable() override
oracle::occi::SQLException SQLException
void FEConfigBadStripDat::setFedId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadStripDat::setId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadStripDat::setStatus |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadStripDat::setStripId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadStripDat::setTCCId |
( |
int |
dac | ) |
|
|
inline |
void FEConfigBadStripDat::setTTId |
( |
int |
dac | ) |
|
|
inline |
Definition at line 107 of file FEConfigBadStripDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getFedId(), getStatus(), getStripId(), getTCCId(), getTTId(), electrons_cff::ids, AlCaHLTBitMon_QueryRunRegistry::string, geometryCSVtoXML::xx, geometryCSVtoXML::yy, and geometryCSVtoXML::zz.
Referenced by getStatus().
113 if (!iovID) {
throw(std::runtime_error(
"FEConfigDelays::writeArrayDB: FEConfigBadStripInfo not in DB")); }
116 int nrows=
data.size();
117 int*
ids=
new int[nrows];
118 int*
xx=
new int[nrows];
119 int*
yy=
new int[nrows];
120 int*
zz=
new int[nrows];
121 int* z1=
new int[nrows];
122 int* st=
new int[nrows];
126 ub2* ids_len=
new ub2[nrows];
127 ub2* x_len=
new ub2[nrows];
128 ub2* y_len=
new ub2[nrows];
129 ub2* z_len=
new ub2[nrows];
130 ub2* z1_len=
new ub2[nrows];
131 ub2* st_len=
new ub2[nrows];
158 m_writeStmt->setDataBuffer(1, (dvoid*)ids, OCCIINT,
sizeof(ids[0]),ids_len);
159 m_writeStmt->setDataBuffer(2, (dvoid*)xx, OCCIINT ,
sizeof(xx[0]), x_len );
160 m_writeStmt->setDataBuffer(3, (dvoid*)yy, OCCIINT ,
sizeof(yy[0]), y_len );
161 m_writeStmt->setDataBuffer(4, (dvoid*)zz, OCCIINT ,
sizeof(zz[0]), z_len );
162 m_writeStmt->setDataBuffer(5, (dvoid*)z1, OCCIINT ,
sizeof(z1[0]), z1_len );
163 m_writeStmt->setDataBuffer(6, (dvoid*)st, OCCIINT ,
sizeof(st[0]), st_len );
182 throw(std::runtime_error(
std::string(
"FEConfigBadStripDat::writeArrayDB(): ")+getOraMessage(&e)));
int fetchID() noexcept(false)
void checkConnection() const noexcept(false)
char data[epos_bytes_allocation]
oracle::occi::SQLException SQLException
int FEConfigBadStripDat::m_fed |
|
private |
int FEConfigBadStripDat::m_ID |
|
private |
int FEConfigBadStripDat::m_t1 |
|
private |
int FEConfigBadStripDat::m_tcc |
|
private |
int FEConfigBadStripDat::m_tt |
|
private |
int FEConfigBadStripDat::m_xt |
|
private |