#include <FEConfigFgrParamDat.h>
Public Member Functions | |
FEConfigFgrParamDat () | |
float | getFGhighratio () const |
float | getFGhighthresh () const |
float | getFGlowratio () const |
float | getFGlowthresh () const |
std::string | getTable () |
void | setFGhighratio (float x) |
void | setFGhighthresh (float x) |
void | setFGlowratio (float x) |
void | setFGlowthresh (float x) |
~FEConfigFgrParamDat () | |
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, FEConfigFgrParamDat > *fillMap, FEConfigFgrInfo *iconf) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, FEConfigFgrParamDat > *data, FEConfigFgrInfo *iconf) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const FEConfigFgrParamDat *item, FEConfigFgrInfo *iconf) throw (std::runtime_error) |
Private Attributes | |
float | m_fghighthresh |
float | m_fglowthresh |
float | m_highratio |
float | m_lowratio |
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 FEConfigFgrParamDat.h.
FEConfigFgrParamDat::FEConfigFgrParamDat | ( | ) |
FEConfigFgrParamDat::~FEConfigFgrParamDat | ( | ) |
Definition at line 27 of file FEConfigFgrParamDat.cc.
|
private |
Definition at line 79 of file FEConfigFgrParamDat.cc.
References alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setFGhighratio(), setFGhighthresh(), setFGlowratio(), and setFGlowthresh().
|
inline |
Definition at line 29 of file FEConfigFgrParamDat.h.
References m_highratio.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 27 of file FEConfigFgrParamDat.h.
References m_fghighthresh.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 28 of file FEConfigFgrParamDat.h.
References m_lowratio.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inline |
Definition at line 26 of file FEConfigFgrParamDat.h.
References m_fglowthresh.
Referenced by popcon::EcalTPGPhysicsConstHandler::getNewObjects(), and writeArrayDB().
|
inlinevirtual |
Implements IDataItem.
Definition at line 18 of file FEConfigFgrParamDat.h.
|
privatevirtual |
Implements IDataItem.
Definition at line 33 of file FEConfigFgrParamDat.cc.
References alignCSCRings::e.
|
inline |
Definition at line 24 of file FEConfigFgrParamDat.h.
References m_highratio, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 22 of file FEConfigFgrParamDat.h.
References m_fghighthresh, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 23 of file FEConfigFgrParamDat.h.
References m_lowratio, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
inline |
Definition at line 21 of file FEConfigFgrParamDat.h.
References m_fglowthresh, and x.
Referenced by EcalTPGParamBuilder::analyze(), and fetchData().
|
private |
Definition at line 125 of file FEConfigFgrParamDat.cc.
References prof2calltree::count, data, alignCSCRings::e, getFGhighratio(), getFGhighthresh(), getFGlowratio(), getFGlowthresh(), EcalLogicID::getLogicID(), AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::r, tree::t, groupFilesInBlocks::tt, and w.
|
private |
Definition at line 51 of file FEConfigFgrParamDat.cc.
References alignCSCRings::e.
|
friend |
Definition at line 13 of file FEConfigFgrParamDat.h.
|
private |
Definition at line 48 of file FEConfigFgrParamDat.h.
Referenced by getFGhighthresh(), and setFGhighthresh().
|
private |
Definition at line 47 of file FEConfigFgrParamDat.h.
Referenced by getFGlowthresh(), and setFGlowthresh().
|
private |
Definition at line 50 of file FEConfigFgrParamDat.h.
Referenced by getFGhighratio(), and setFGhighratio().
|
private |
Definition at line 49 of file FEConfigFgrParamDat.h.
Referenced by getFGlowratio(), and setFGlowratio().