#include <FEConfigOddWeightGroupDat.h>
Public Member Functions | |
FEConfigOddWeightGroupDat () | |
std::string | getTable () override |
float | getWeight0 () const |
float | getWeight1 () const |
float | getWeight2 () const |
float | getWeight3 () const |
float | getWeight4 () const |
float | getWeight5 () 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 | setWeight5 (float x) |
void | setWeightGroupId (int x) |
~FEConfigOddWeightGroupDat () 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, FEConfigOddWeightGroupDat > *fillMap, FEConfigOddWeightInfo *iconf) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigOddWeightGroupDat > *data, FEConfigOddWeightInfo *iconf) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const FEConfigOddWeightGroupDat *item, FEConfigOddWeightInfo *iconf) noexcept(false) |
Private Attributes | |
int | m_group_id |
float | m_w0 |
float | m_w1 |
float | m_w2 |
float | m_w3 |
float | m_w4 |
float | m_w5 |
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 FEConfigOddWeightGroupDat.h.
FEConfigOddWeightGroupDat::FEConfigOddWeightGroupDat | ( | ) |
Definition at line 12 of file FEConfigOddWeightGroupDat.cc.
|
override |
Definition at line 27 of file FEConfigOddWeightGroupDat.cc.
|
privatenoexcept |
Definition at line 76 of file FEConfigOddWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e, Exception, AlCaHLTBitMon_ParallelJobs::p, setWeight0(), setWeight1(), setWeight2(), setWeight3(), setWeight4(), setWeight5(), and setWeightGroupId().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigOddWeightGroupDat.h.
|
inline |
Definition at line 24 of file FEConfigOddWeightGroupDat.h.
References m_w0.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 26 of file FEConfigOddWeightGroupDat.h.
References m_w1.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 28 of file FEConfigOddWeightGroupDat.h.
References m_w2.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 30 of file FEConfigOddWeightGroupDat.h.
References m_w3.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 32 of file FEConfigOddWeightGroupDat.h.
References m_w4.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 34 of file FEConfigOddWeightGroupDat.h.
References m_w5.
Referenced by writeArrayDB().
|
inline |
Definition at line 21 of file FEConfigOddWeightGroupDat.h.
References m_group_id.
Referenced by popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), and writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 29 of file FEConfigOddWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e, and Exception.
|
inline |
Definition at line 23 of file FEConfigOddWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 25 of file FEConfigOddWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 27 of file FEConfigOddWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 29 of file FEConfigOddWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 31 of file FEConfigOddWeightGroupDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
|
inline |
Definition at line 20 of file FEConfigOddWeightGroupDat.h.
References m_group_id, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
privatenoexcept |
Definition at line 120 of file FEConfigOddWeightGroupDat.cc.
References submitPVResolutionJobs::count, data, MillePedeFileConverter_cfg::e, Exception, getWeight0(), getWeight1(), getWeight2(), getWeight3(), getWeight4(), getWeight5(), getWeightGroupId(), AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::r, findQualityFiles::rr, alignCSCRings::s, contentValuesCheck::ss, submitPVValidationJobs::t, groupFilesInBlocks::tt, w(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ww, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
|
privatenoexcept |
Definition at line 44 of file FEConfigOddWeightGroupDat.cc.
References MillePedeFileConverter_cfg::e, Exception, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 13 of file FEConfigOddWeightGroupDat.h.
|
private |
Definition at line 50 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeightGroupId(), and setWeightGroupId().
|
private |
Definition at line 51 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight0(), and setWeight0().
|
private |
Definition at line 52 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight1(), and setWeight1().
|
private |
Definition at line 53 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight2(), and setWeight2().
|
private |
Definition at line 54 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight3(), and setWeight3().
|
private |
Definition at line 55 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight4(), and setWeight4().
|
private |
Definition at line 56 of file FEConfigOddWeightGroupDat.h.
Referenced by getWeight5(), and setWeight5().