#include <CaliCrystalIntercalDat.h>
Public Member Functions | |
CaliCrystalIntercalDat () | |
float | getCali () const |
float | getCaliRMS () const |
int | getNumEvents () const |
std::string | getTable () |
bool | getTaskStatus () const |
void | setCali (float c) |
void | setCaliRMS (float c) |
void | setNumEvents (int n) |
void | setTaskStatus (bool s) |
~CaliCrystalIntercalDat () | |
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, CaliCrystalIntercalDat > *fillVec, CaliIOV *iov) throw (std::runtime_error) |
void | prepareWrite () throw (std::runtime_error) |
void | writeArrayDB (const std::map< EcalLogicID, CaliCrystalIntercalDat > *data, CaliIOV *iov) throw (std::runtime_error) |
void | writeDB (const EcalLogicID *ecid, const CaliCrystalIntercalDat *item, CaliIOV *iov) throw (std::runtime_error) |
Private Attributes | |
float | m_cali |
float | m_caliRMS |
int | m_numEvents |
bool | m_taskStatus |
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 12 of file CaliCrystalIntercalDat.h.
CaliCrystalIntercalDat::CaliCrystalIntercalDat | ( | ) |
CaliCrystalIntercalDat::~CaliCrystalIntercalDat | ( | ) |
Definition at line 26 of file CaliCrystalIntercalDat.cc.
|
private |
Definition at line 79 of file CaliCrystalIntercalDat.cc.
References alignCSCRings::e, o2o::iov, AlCaHLTBitMon_ParallelJobs::p, setCali(), setCaliRMS(), setNumEvents(), and setTaskStatus().
|
inline |
Definition at line 22 of file CaliCrystalIntercalDat.h.
References m_cali.
Referenced by writeArrayDB().
|
inline |
Definition at line 25 of file CaliCrystalIntercalDat.h.
References m_caliRMS.
Referenced by writeArrayDB().
|
inline |
Definition at line 28 of file CaliCrystalIntercalDat.h.
References m_numEvents.
Referenced by writeArrayDB().
|
inlinevirtual |
Implements IDataItem.
Definition at line 19 of file CaliCrystalIntercalDat.h.
|
inline |
Definition at line 31 of file CaliCrystalIntercalDat.h.
References m_taskStatus.
Referenced by writeArrayDB().
|
privatevirtual |
Implements IDataItem.
Definition at line 32 of file CaliCrystalIntercalDat.cc.
References alignCSCRings::e.
|
inline |
Definition at line 21 of file CaliCrystalIntercalDat.h.
References trackerHits::c, and m_cali.
Referenced by fetchData().
|
inline |
Definition at line 24 of file CaliCrystalIntercalDat.h.
References trackerHits::c, and m_caliRMS.
Referenced by fetchData().
|
inline |
Definition at line 27 of file CaliCrystalIntercalDat.h.
References m_numEvents, and n.
Referenced by fetchData().
|
inline |
Definition at line 30 of file CaliCrystalIntercalDat.h.
References m_taskStatus, and alignCSCRings::s.
Referenced by fetchData().
|
private |
Definition at line 125 of file CaliCrystalIntercalDat.cc.
References prof2calltree::count, data, alignCSCRings::e, getCali(), getCaliRMS(), EcalLogicID::getLogicID(), getNumEvents(), getTaskStatus(), o2o::iov, AlCaHLTBitMon_ParallelJobs::p, groupFilesInBlocks::tt, x, and detailsBasic3DVector::y.
|
private |
Definition at line 50 of file CaliCrystalIntercalDat.cc.
References alignCSCRings::e, and o2o::iov.
|
friend |
Definition at line 14 of file CaliCrystalIntercalDat.h.
|
private |
Definition at line 49 of file CaliCrystalIntercalDat.h.
|
private |
Definition at line 50 of file CaliCrystalIntercalDat.h.
Referenced by getCaliRMS(), and setCaliRMS().
|
private |
Definition at line 51 of file CaliCrystalIntercalDat.h.
Referenced by getNumEvents(), and setNumEvents().
|
private |
Definition at line 52 of file CaliCrystalIntercalDat.h.
Referenced by getTaskStatus(), and setTaskStatus().