#include <DCSPTMTemp.h>
Public Member Functions | |
DCSPTMTemp () | |
EcalLogicID | getEcalLogicID () const |
Tm | getEnd () const |
Tm | getStart () const |
std::string | getTable () |
float | getTemperature () |
void | setEcalLogicID (const EcalLogicID &ecid) |
void | setEnd (const Tm &end) |
void | setStart (const Tm &start) |
void | setTemperature (float temp) |
~DCSPTMTemp () | |
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 Attributes | |
EcalLogicID | m_ecid |
int | m_ID |
Tm | m_runEnd |
Tm | m_runStart |
float | m_temp |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 15 of file DCSPTMTemp.h.
DCSPTMTemp::DCSPTMTemp | ( | ) |
DCSPTMTemp::~DCSPTMTemp | ( | ) |
Definition at line 26 of file DCSPTMTemp.cc.
EcalLogicID DCSPTMTemp::getEcalLogicID | ( | ) | const |
Definition at line 75 of file DCSPTMTemp.cc.
Referenced by getTable().
Tm DCSPTMTemp::getEnd | ( | ) | const |
Definition at line 60 of file DCSPTMTemp.cc.
Referenced by getTable().
Tm DCSPTMTemp::getStart | ( | ) | const |
Definition at line 43 of file DCSPTMTemp.cc.
Referenced by getTable().
|
inline |
Definition at line 23 of file DCSPTMTemp.h.
References end, getEcalLogicID(), getEnd(), getStart(), getTemperature(), setEcalLogicID(), setEnd(), setStart(), setTemperature(), and groupFilesInBlocks::temp.
float DCSPTMTemp::getTemperature | ( | ) |
Definition at line 65 of file DCSPTMTemp.cc.
Referenced by getTable().
void DCSPTMTemp::setEcalLogicID | ( | const EcalLogicID & | ecid | ) |
Definition at line 80 of file DCSPTMTemp.cc.
Referenced by DCSPTMTempList::fetchValuesForECID(), DCSPTMTempList::fetchValuesForECIDAndTime(), and getTable().
void DCSPTMTemp::setEnd | ( | const Tm & | end | ) |
Definition at line 50 of file DCSPTMTemp.cc.
References end.
Referenced by DCSPTMTempList::fetchValuesForECID(), DCSPTMTempList::fetchValuesForECIDAndTime(), and getTable().
void DCSPTMTemp::setStart | ( | const Tm & | start | ) |
Definition at line 33 of file DCSPTMTemp.cc.
References command_line::start.
Referenced by DCSPTMTempList::fetchValuesForECID(), DCSPTMTempList::fetchValuesForECIDAndTime(), and getTable().
void DCSPTMTemp::setTemperature | ( | float | temp | ) |
Definition at line 70 of file DCSPTMTemp.cc.
References groupFilesInBlocks::temp.
Referenced by DCSPTMTempList::fetchValuesForECID(), DCSPTMTempList::fetchValuesForECIDAndTime(), and getTable().
|
friend |
Definition at line 17 of file DCSPTMTemp.h.
|
private |
Definition at line 39 of file DCSPTMTemp.h.
|
private |
Definition at line 38 of file DCSPTMTemp.h.
|
private |
Definition at line 42 of file DCSPTMTemp.h.
|
private |
Definition at line 41 of file DCSPTMTemp.h.
|
private |
Definition at line 40 of file DCSPTMTemp.h.