#include <FEConfigWeightGroupDat.h>
Public Member Functions | |
FEConfigWeightGroupDat () | |
std::string | getTable () override |
float | getWeight0 () const |
float | getWeight1 () const |
float | getWeight2 () const |
float | getWeight3 () const |
float | getWeight4 () const |
int | getWeightGroupId () const |
void | setWeight0 (float x) |
void | setWeight1 (float x) |
void | setWeight2 (float x) |
void | setWeight3 (float x) |
void | setWeight4 (float x) |
void | setWeightGroupId (int x) |
~FEConfigWeightGroupDat () override | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
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::map< EcalLogicID, FEConfigWeightGroupDat > *fillMap, FEConfigWeightInfo *iconf) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigWeightGroupDat > *data, FEConfigWeightInfo *iconf) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const FEConfigWeightGroupDat *item, FEConfigWeightInfo *iconf) noexcept(false) |
Private Attributes | |
int | m_group_id |
float | m_w0 |
float | m_w1 |
float | m_w2 |
float | m_w3 |
float | m_w4 |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDataItem | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () 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 IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 11 of file FEConfigWeightGroupDat.h.
FEConfigWeightGroupDat::FEConfigWeightGroupDat | ( | ) |
Definition at line 11 of file FEConfigWeightGroupDat.cc.
|
override |
Definition at line 29 of file FEConfigWeightGroupDat.cc.
|
privatenoexcept |
Definition at line 84 of file FEConfigWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setWeight0(), setWeight1(), setWeight2(), setWeight3(), setWeight4(), and setWeightGroupId().
Referenced by getWeight4().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigWeightGroupDat.h.
|
inline |
Definition at line 24 of file FEConfigWeightGroupDat.h.
References m_w0.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 26 of file FEConfigWeightGroupDat.h.
References m_w1.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 28 of file FEConfigWeightGroupDat.h.
References m_w2.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 30 of file FEConfigWeightGroupDat.h.
References m_w3.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 32 of file FEConfigWeightGroupDat.h.
References data, fetchData(), m_w4, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 21 of file FEConfigWeightGroupDat.h.
References m_group_id.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 35 of file FEConfigWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getWeight4().
|
inline |
Definition at line 23 of file FEConfigWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 25 of file FEConfigWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 27 of file FEConfigWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 29 of file FEConfigWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 31 of file FEConfigWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 20 of file FEConfigWeightGroupDat.h.
References m_group_id, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
privatenoexcept |
Definition at line 128 of file FEConfigWeightGroupDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getWeight0(), getWeight1(), getWeight2(), getWeight3(), getWeight4(), getWeightGroupId(), AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::r, findQualityFiles::rr, alignCSCRings::s, protons_cff::t, groupFilesInBlocks::tt, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getWeight4().
|
privatenoexcept |
Definition at line 53 of file FEConfigWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getWeight4().
|
friend |
Definition at line 13 of file FEConfigWeightGroupDat.h.
|
private |
Definition at line 46 of file FEConfigWeightGroupDat.h.
Referenced by getWeightGroupId(), and setWeightGroupId().
|
private |
Definition at line 47 of file FEConfigWeightGroupDat.h.
Referenced by getWeight0(), and setWeight0().
|
private |
Definition at line 48 of file FEConfigWeightGroupDat.h.
Referenced by getWeight1(), and setWeight1().
|
private |
Definition at line 49 of file FEConfigWeightGroupDat.h.
Referenced by getWeight2(), and setWeight2().
|
private |
Definition at line 50 of file FEConfigWeightGroupDat.h.
Referenced by getWeight3(), and setWeight3().
|
private |
Definition at line 51 of file FEConfigWeightGroupDat.h.
Referenced by getWeight4(), and setWeight4().