#include <DatabaseRecord.h>
◆ DatabaseRecord() [1/2]
DatabaseRecord::DatabaseRecord |
( |
| ) |
|
|
inline |
◆ ~DatabaseRecord() [1/2]
DatabaseRecord::~DatabaseRecord |
( |
| ) |
|
|
inline |
◆ DatabaseRecord() [2/2]
DatabaseRecord::DatabaseRecord |
( |
| ) |
|
|
inline |
◆ ~DatabaseRecord() [2/2]
DatabaseRecord::~DatabaseRecord |
( |
| ) |
|
|
inline |
◆ clear() [1/2]
void DatabaseRecord::clear |
( |
| ) |
|
|
inline |
◆ clear() [2/2]
void DatabaseRecord::clear |
( |
| ) |
|
|
inline |
◆ DeleteObject() [1/2]
void DatabaseRecord::DeleteObject |
( |
| ) |
|
|
inline |
◆ DeleteObject() [2/2]
void DatabaseRecord::DeleteObject |
( |
| ) |
|
|
inline |
Definition at line 23 of file InstallArea/include/DatabaseSvc/DatabaseSvc/DatabaseRecord.h.
24 {
25 DatabaseRecord::iterator it;
26 for(it=this->begin(); it != this->end(); it++)
27 {
28 if((*it).second!=NULL)
29 {
30 delete[] (*it).second;
31 (*it).second = NULL;
32 }
33 }
34 erase(this->begin(),this->end());
35 }
◆ GetDouble() [1/2]
double DatabaseRecord::GetDouble |
( |
std::string |
key | ) |
|
|
inline |
Definition at line 46 of file Database/DatabaseSvc/DatabaseSvc-00-00-26/DatabaseSvc/DatabaseRecord.h.
47 {
48 DatabaseRecord::iterator it = find(
key);
49 if(it==end())
50 return 0;
51 return atof((*it).second);
52 }
*************DOUBLE PRECISION m_pi *DOUBLE PRECISION m_HvecTau2 DOUBLE PRECISION m_HvClone2 DOUBLE PRECISION m_gamma1 DOUBLE PRECISION m_gamma2 DOUBLE PRECISION m_thet1 DOUBLE PRECISION m_thet2 INTEGER m_IFPHOT *COMMON c_Taupair $ !Spin Polarimeter vector first Tau $ !Spin Polarimeter vector second Tau $ !Clone Spin Polarimeter vector first Tau $ !Clone Spin Polarimeter vector second Tau $ !Random Euler angle for cloning st tau $ !Random Euler angle for cloning st tau $ !Random Euler angle for cloning st tau $ !Random Euler angle for cloning nd tau $ !Random Euler angle for cloning nd tau $ !Random Euler angle for cloning nd tau $ !phi of HvecTau1 $ !theta of HvecTau1 $ !phi of HvecTau2 $ !theta of HvecTau2 $ !super key
Referenced by BeamEnergySvc::getBeamEnergyInfo(), FieldDBUtil::ConnectionDB::getReadSC_MagnetInfo(), TofEnergyCalibSvc::getTofEnergyCalibSvcInfo(), TestDbAlg::initialize(), MeasuredEcmsSvc::readInfo(), ReadME::readMeasuredEcms(), MeasuredEcmsSvc::readMeasuredEcms(), MeasuredEcmsSvc::readMeasuredEcms2(), ReadME::readRunParams(), MeasuredEcmsSvc::readRunParams(), and MeasuredEcmsSvc::readRunParams2().
◆ GetDouble() [2/2]
double DatabaseRecord::GetDouble |
( |
std::string |
key | ) |
|
|
inline |
◆ GetInt() [1/2]
int DatabaseRecord::GetInt |
( |
std::string |
key | ) |
|
|
inline |
◆ GetInt() [2/2]
int DatabaseRecord::GetInt |
( |
std::string |
key | ) |
|
|
inline |
◆ GetLong() [1/2]
long DatabaseRecord::GetLong |
( |
std::string |
key | ) |
|
|
inline |
◆ GetLong() [2/2]
long DatabaseRecord::GetLong |
( |
std::string |
key | ) |
|
|
inline |
◆ GetString() [1/2]
std::string DatabaseRecord::GetString |
( |
std::string |
key | ) |
|
|
inline |
◆ GetString() [2/2]
std::string DatabaseRecord::GetString |
( |
std::string |
key | ) |
|
|
inline |
The documentation for this class was generated from the following files: