#include <FEConfigLUTGroupDat.h>
Public Member Functions | |
FEConfigLUTGroupDat () | |
int | getLUTGroupId () const |
int | getLUTValue (int i) const |
std::string | getTable () override |
void | setLUTGroupId (int x) |
void | setLUTValue (int i, int x) |
~FEConfigLUTGroupDat () 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, FEConfigLUTGroupDat > *fillMap, FEConfigLUTInfo *iconf) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigLUTGroupDat > *data, FEConfigLUTInfo *iconf) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const FEConfigLUTGroupDat *item, FEConfigLUTInfo *iconf) noexcept(false) |
Private Attributes | |
int | m_group_id |
int | m_lut [1024] |
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 FEConfigLUTGroupDat.h.
FEConfigLUTGroupDat::FEConfigLUTGroupDat | ( | ) |
|
override |
Definition at line 27 of file FEConfigLUTGroupDat.cc.
|
privatenoexcept |
Definition at line 124 of file FEConfigLUTGroupDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setLUTGroupId(), setLUTValue(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getLUTValue().
|
inline |
Definition at line 21 of file FEConfigLUTGroupDat.h.
References m_group_id.
Referenced by popcon::EcalTPGLutIdMapHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 24 of file FEConfigLUTGroupDat.h.
References data, fetchData(), mps_fire::i, m_lut, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by popcon::EcalTPGLutIdMapHandler::getNewObjects(), and writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigLUTGroupDat.h.
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 33 of file FEConfigLUTGroupDat.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getLUTValue().
|
inline |
Definition at line 20 of file FEConfigLUTGroupDat.h.
References m_group_id, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 23 of file FEConfigLUTGroupDat.h.
References mps_fire::i, m_lut, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
privatenoexcept |
Definition at line 180 of file FEConfigLUTGroupDat.cc.
References KineDebug3::count(), gather_cfg::cout, data, MillePedeFileConverter_cfg::e, getLUTGroupId(), getLUTValue(), mps_fire::i, AlCaHLTBitMon_ParallelJobs::p, AlCaHLTBitMon_QueryRunRegistry::string, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getLUTValue().
|
privatenoexcept |
Definition at line 49 of file FEConfigLUTGroupDat.cc.
References KineDebug3::count(), gather_cfg::cout, MillePedeFileConverter_cfg::e, AlCaHLTBitMon_QueryRunRegistry::string, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getLUTValue().
|
friend |
Definition at line 13 of file FEConfigLUTGroupDat.h.
|
private |
Definition at line 40 of file FEConfigLUTGroupDat.h.
Referenced by getLUTGroupId(), and setLUTGroupId().
|
private |
Definition at line 41 of file FEConfigLUTGroupDat.h.
Referenced by getLUTValue(), and setLUTValue().