#include <ODWeightsSamplesDat.h>
Public Member Functions | |
int | getFedId () const |
int | getId () const |
int | getSampleId () const |
std::string | getTable () override |
int | getWeightNumber () const |
ODWeightsSamplesDat () | |
void | setFedId (int dac) |
void | setId (int dac) |
void | setSampleId (int dac) |
void | setWeightNumber (int dac) |
~ODWeightsSamplesDat () 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 (std::vector< ODWeightsSamplesDat > *fillMap, ODFEWeightsInfo *iov) noexcept(false) |
void | fetchData (ODWeightsSamplesDat *p) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::vector< ODWeightsSamplesDat > &data, ODFEWeightsInfo *iov) noexcept(false) |
void | writeDB (const ODWeightsSamplesDat *item, ODFEWeightsInfo *iov) noexcept(false) |
Private Attributes | |
int | m_fed |
int | m_ID |
int | m_sn |
int | m_ss |
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 12 of file ODWeightsSamplesDat.h.
ODWeightsSamplesDat::ODWeightsSamplesDat | ( | ) |
Definition at line 10 of file ODWeightsSamplesDat.cc.
|
override |
Definition at line 23 of file ODWeightsSamplesDat.cc.
|
private |
|
privatenoexcept |
Definition at line 68 of file ODWeightsSamplesDat.cc.
References gather_cfg::cout, MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setFedId(), setSampleId(), setWeightNumber(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getWeightNumber().
|
privatenoexcept |
Definition at line 103 of file ODWeightsSamplesDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 25 of file ODWeightsSamplesDat.h.
References m_fed.
Referenced by writeArrayDB().
|
inline |
|
inline |
Definition at line 28 of file ODWeightsSamplesDat.h.
References m_ss.
Referenced by popcon::EcalSRPHandler::getNewObjects(), and writeArrayDB().
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 19 of file ODWeightsSamplesDat.h.
|
inline |
Definition at line 31 of file ODWeightsSamplesDat.h.
References clear(), data, fetchData(), m_sn, noexcept, AlCaHLTBitMon_ParallelJobs::p, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 33 of file ODWeightsSamplesDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getWeightNumber().
|
inline |
|
inline |
Definition at line 21 of file ODWeightsSamplesDat.h.
References m_ID.
Referenced by popcon::EcalSRPHandler::getNewObjects().
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 126 of file ODWeightsSamplesDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getFedId(), getSampleId(), getWeightNumber(), createfilelist::int, AlCaHLTBitMon_QueryRunRegistry::string, geometryCSVtoXML::xx, geometryCSVtoXML::yy, and geometryCSVtoXML::zz.
Referenced by getWeightNumber().
|
privatenoexcept |
Definition at line 49 of file ODWeightsSamplesDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getWeightNumber().
|
friend |
Definition at line 14 of file ODWeightsSamplesDat.h.
|
private |
Definition at line 54 of file ODWeightsSamplesDat.h.
Referenced by getFedId(), and setFedId().
|
private |
Definition at line 57 of file ODWeightsSamplesDat.h.
|
private |
Definition at line 56 of file ODWeightsSamplesDat.h.
Referenced by getWeightNumber(), and setWeightNumber().
|
private |
Definition at line 55 of file ODWeightsSamplesDat.h.
Referenced by getSampleId(), and setSampleId().