#include <FEConfigParamDat.h>
Public Member Functions | |
FEConfigParamDat () | |
float | getETSat () const |
float | getFGhighratio () const |
float | getFGhighthresh () const |
float | getFGlowratio () const |
float | getFGlowthresh () const |
std::string | getTable () |
float | getTTThreshhigh () const |
float | getTTThreshlow () const |
void | setETSat (float x) |
void | setFGhighratio (float x) |
void | setFGhighthresh (float x) |
void | setFGlowratio (float x) |
void | setFGlowthresh (float x) |
void | setTTThreshhigh (float x) |
void | setTTThreshlow (float x) |
~FEConfigParamDat () | |
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, FEConfigParamDat > *fillMap, FEConfigLinInfo *iconf) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigParamDat > *data, FEConfigLinInfo *iconf) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const FEConfigParamDat *item, FEConfigLinInfo *iconf) throw (std::runtime_error) |
Private Attributes | |
float | m_etsat |
float | m_fghighthresh |
float | m_fglowthresh |
float | m_highratio |
float | m_lowratio |
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 FEConfigParamDat.h.
FEConfigParamDat::FEConfigParamDat | ( | ) |
Definition at line 11 of file FEConfigParamDat.cc.
FEConfigParamDat::~FEConfigParamDat | ( | ) |
Definition at line 30 of file FEConfigParamDat.cc.
|
private |
Definition at line 85 of file FEConfigParamDat.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigParamDat.h.
|
inline |
|
inline |
|
privatevirtual |
Implements IDataItem.
Definition at line 36 of file FEConfigParamDat.cc.
|
inline |
Definition at line 21 of file FEConfigParamDat.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 136 of file FEConfigParamDat.cc.
|
private |
Definition at line 54 of file FEConfigParamDat.cc.
|
friend |
Definition at line 13 of file FEConfigParamDat.h.
|
private |
Definition at line 53 of file FEConfigParamDat.h.
Referenced by getETSat(), and setETSat().
|
private |
Definition at line 57 of file FEConfigParamDat.h.
Referenced by getFGhighthresh(), and setFGhighthresh().
|
private |
Definition at line 56 of file FEConfigParamDat.h.
Referenced by getFGlowthresh(), and setFGlowthresh().
|
private |
Definition at line 59 of file FEConfigParamDat.h.
Referenced by getFGhighratio(), and setFGhighratio().
|
private |
Definition at line 58 of file FEConfigParamDat.h.
Referenced by getFGlowratio(), and setFGlowratio().
|
private |
Definition at line 55 of file FEConfigParamDat.h.
Referenced by getTTThreshhigh(), and setTTThreshhigh().
|
private |
Definition at line 54 of file FEConfigParamDat.h.
Referenced by getTTThreshlow(), and setTTThreshlow().