#include <ODTCCCycle.h>
Definition at line 9 of file ODTCCCycle.h.
◆ ODTCCCycle()
ODTCCCycle::ODTCCCycle |
( |
| ) |
|
◆ ~ODTCCCycle()
ODTCCCycle::~ODTCCCycle |
( |
| ) |
|
|
override |
◆ clear()
void ODTCCCycle::clear |
( |
void |
| ) |
|
|
private |
◆ fetchData()
Definition at line 109 of file ODTCCCycle.cc.
113 if (
result->getId() == 0) {
114 throw(std::runtime_error(
"ODTCCConfig::fetchData(): no Id defined for this ODTCCConfig "));
119 "SELECT tcc_configuration_id FROM ecal_tcc_cycle "
120 "WHERE cycle_id = :1 ");
127 result->setTCCConfigurationID(rset->getInt(1));
130 throw(std::runtime_error(
"ODTCCCycle::fetchData(): " +
e.getMessage()));
References MillePedeFileConverter_cfg::e, and mps_fire::result.
◆ fetchID()
int ODTCCCycle::fetchID |
( |
| ) |
|
|
privatenoexcept |
Definition at line 56 of file ODTCCCycle.cc.
67 "SELECT cycle_id, tcc_configuration_id FROM ecal_tcc_cycle "
68 "WHERE cycle_id = :1 ");
69 stmt->setInt(1,
m_ID);
70 ResultSet *rset = stmt->executeQuery();
73 m_ID = rset->getInt(1);
78 m_conn->terminateStatement(stmt);
80 throw(std::runtime_error(
"ODTCCCycle::fetchID: " +
e.getMessage()));
References MillePedeFileConverter_cfg::e.
◆ getId()
int ODTCCCycle::getId |
( |
void |
| ) |
const |
|
inline |
◆ getTable()
std::string ODTCCCycle::getTable |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getTCCConfigurationID()
int ODTCCCycle::getTCCConfigurationID |
( |
| ) |
const |
|
inline |
◆ insertConfig()
void ODTCCCycle::insertConfig |
( |
| ) |
|
|
privatenoexcept |
◆ operator!=()
bool ODTCCCycle::operator!= |
( |
const ODTCCCycle & |
m | ) |
const |
|
inline |
◆ operator==()
bool ODTCCCycle::operator== |
( |
const ODTCCCycle & |
m | ) |
const |
|
inline |
◆ prepareWrite()
void ODTCCCycle::prepareWrite |
( |
| ) |
|
|
overrideprivatevirtualnoexcept |
◆ setByID()
void ODTCCCycle::setByID |
( |
int |
id | ) |
|
|
privatenoexcept |
Definition at line 86 of file ODTCCCycle.cc.
92 "SELECT cycle_id, tcc_configuration_id FROM ecal_tcc_cycle "
93 "WHERE cycle_id = :1 ");
95 ResultSet *rset = stmt->executeQuery();
98 m_ID = rset->getInt(1);
103 m_conn->terminateStatement(stmt);
105 throw(std::runtime_error(
"ODTCCCycle::fetchID: " +
e.getMessage()));
References MillePedeFileConverter_cfg::e.
◆ setId()
void ODTCCCycle::setId |
( |
int |
id | ) |
|
|
inline |
◆ setTCCConfigurationID()
void ODTCCCycle::setTCCConfigurationID |
( |
int |
x | ) |
|
|
inline |
◆ writeDB()
void ODTCCCycle::writeDB |
( |
| ) |
|
|
privatenoexcept |
◆ EcalCondDBInterface
◆ ODEcalCycle
◆ m_ID
◆ m_tcc_config_id
int ODTCCCycle::m_tcc_config_id |
|
private |