#include <FEConfigLUTParamDat.h>
Public Member Functions | |
FEConfigLUTParamDat () | |
float | getETSat () const |
std::string | getTable () |
float | getTTThreshhigh () const |
float | getTTThreshlow () const |
void | setETSat (float x) |
void | setTTThreshhigh (float x) |
void | setTTThreshlow (float x) |
~FEConfigLUTParamDat () | |
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) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigLUTParamDat > *data, FEConfigLUTInfo *iconf) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const FEConfigLUTParamDat *item, FEConfigLUTInfo *iconf) throw (std::runtime_error) |
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 () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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 | ( | ) |
FEConfigLUTParamDat::~FEConfigLUTParamDat | ( | ) |
Definition at line 26 of file FEConfigLUTParamDat.cc.
|
private |
Definition at line 77 of file FEConfigLUTParamDat.cc.
References alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setETSat(), setTTThreshhigh(), and setTTThreshlow().
|
inline |
Definition at line 27 of file FEConfigLUTParamDat.h.
References m_etsat.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigLUTParamDat.h.
|
inline |
Definition at line 29 of file FEConfigLUTParamDat.h.
References m_tthreshhigh.
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().
|
privatevirtual |
Implements IDataItem.
Definition at line 32 of file FEConfigLUTParamDat.cc.
References alignCSCRings::e.
|
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().
|
private |
Definition at line 124 of file FEConfigLUTParamDat.cc.
References KineDebug3::count(), data, alignCSCRings::e, getETSat(), EcalLogicID::getLogicID(), getTTThreshhigh(), getTTThreshlow(), AlCaHLTBitMon_ParallelJobs::p, x, y, and z.
|
private |
Definition at line 50 of file FEConfigLUTParamDat.cc.
References alignCSCRings::e.
|
friend |
Definition at line 13 of file FEConfigLUTParamDat.h.
|
private |
Definition at line 47 of file FEConfigLUTParamDat.h.
Referenced by getETSat(), and setETSat().
|
private |
Definition at line 49 of file FEConfigLUTParamDat.h.
Referenced by getTTThreshhigh(), and setTTThreshhigh().
|
private |
Definition at line 48 of file FEConfigLUTParamDat.h.
Referenced by getTTThreshlow(), and setTTThreshlow().