#include <FEConfigLUTParamDat.h>
Public Member Functions | |
FEConfigLUTParamDat () | |
float | getETSat () const |
std::string | getTable () override |
float | getTTThreshhigh () const |
float | getTTThreshlow () const |
void | setETSat (float x) |
void | setTTThreshhigh (float x) |
void | setTTThreshlow (float x) |
~FEConfigLUTParamDat () 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, FEConfigLUTParamDat > *fillMap, FEConfigLUTInfo *iconf) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigLUTParamDat > *data, FEConfigLUTInfo *iconf) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const FEConfigLUTParamDat *item, FEConfigLUTInfo *iconf) noexcept(false) |
Private Attributes | |
float | m_etsat |
float | m_tthreshhigh |
float | m_tthreshlow |
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 FEConfigLUTParamDat.h.
FEConfigLUTParamDat::FEConfigLUTParamDat | ( | ) |
Definition at line 11 of file FEConfigLUTParamDat.cc.
|
override |
Definition at line 26 of file FEConfigLUTParamDat.cc.
|
privatenoexcept |
Definition at line 77 of file FEConfigLUTParamDat.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_ParallelJobs::p, setETSat(), setTTThreshhigh(), and setTTThreshlow().
Referenced by getTTThreshhigh().
|
inline |
Definition at line 27 of file FEConfigLUTParamDat.h.
References m_etsat.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigLUTParamDat.h.
|
inline |
Definition at line 29 of file FEConfigLUTParamDat.h.
References data, fetchData(), m_tthreshhigh, noexcept, prepareWrite(), writeArrayDB(), and writeDB().
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 28 of file FEConfigLUTParamDat.h.
References m_tthreshlow.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 32 of file FEConfigLUTParamDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTTThreshhigh().
|
inline |
Definition at line 21 of file FEConfigLUTParamDat.h.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 23 of file FEConfigLUTParamDat.h.
References m_tthreshhigh, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 22 of file FEConfigLUTParamDat.h.
References m_tthreshlow, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
privatenoexcept |
Definition at line 124 of file FEConfigLUTParamDat.cc.
References KineDebug3::count(), data, MillePedeFileConverter_cfg::e, getETSat(), EcalLogicID::getLogicID(), getTTThreshhigh(), getTTThreshlow(), AlCaHLTBitMon_ParallelJobs::p, x, geometryCSVtoXML::xx, y, geometryCSVtoXML::yy, z, and geometryCSVtoXML::zz.
Referenced by getTTThreshhigh().
|
privatenoexcept |
Definition at line 50 of file FEConfigLUTParamDat.cc.
References MillePedeFileConverter_cfg::e.
Referenced by getTTThreshhigh().
|
friend |
Definition at line 13 of file FEConfigLUTParamDat.h.
|
private |
Definition at line 43 of file FEConfigLUTParamDat.h.
Referenced by getETSat(), and setETSat().
|
private |
Definition at line 45 of file FEConfigLUTParamDat.h.
Referenced by getTTThreshhigh(), and setTTThreshhigh().
|
private |
Definition at line 44 of file FEConfigLUTParamDat.h.
Referenced by getTTThreshlow(), and setTTThreshlow().