#include <ODRunConfigInfo.h>
Public Member Functions | |
Tm | getDBTime () const |
int | getDefaults () const |
std::string | getDescription () const |
int | getId () const |
int | getNumberOfEvents () const |
int | getNumberOfSequences () const |
RunModeDef | getRunModeDef () const |
RunTypeDef | getRunTypeDef () const |
std::string | getTable () override |
std::string | getTag () const |
std::string | getTriggerMode () const |
std::string | getUsageStatus () const |
int | getVersion () const |
ODRunConfigInfo () | |
bool | operator!= (const ODRunConfigInfo &r) const |
bool | operator== (const ODRunConfigInfo &r) const |
void | setDBTime (const Tm &x) |
void | setDefaults (int x) |
void | setDescription (std::string x) |
void | setId (int id) |
void | setNumberOfEvents (int x) |
void | setNumberOfSequences (int n) |
void | setRunModeDef (const RunModeDef &runModeDef) |
void | setRunTypeDef (const RunTypeDef &runTypeDef) |
void | setTag (std::string x) |
void | setTriggerMode (std::string x) |
void | setUsageStatus (std::string x) |
void | setVersion (int x) |
~ODRunConfigInfo () override | |
Public Member Functions inherited from IODConfig | |
std::string | getConfigTag () |
void | setConfigTag (std::string x) |
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 | clear () |
void | fetchData (ODRunConfigInfo *result) noexcept(false) |
int | fetchID () noexcept(false) |
int | fetchIDFromTagAndVersion () noexcept(false) |
int | fetchIDLast () noexcept(false) |
int | fetchNextId () noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | setByID (int id) noexcept(false) |
int | updateDefaultCycle () noexcept(false) |
void | writeDB () noexcept(false) |
Private Attributes | |
Tm | m_db_time |
int | m_defaults |
std::string | m_description |
int | m_ID |
int | m_num_events |
int | m_num_seq |
RunModeDef | m_runModeDef |
RunTypeDef | m_runTypeDef |
std::string | m_tag |
std::string | m_trigger_mode |
std::string | m_usage_status |
int | m_version |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Public Types inherited from IODConfig | |
typedef oracle::occi::Clob | Clob |
typedef oracle::occi::SQLException | SQLException |
typedef oracle::occi::Statement | Statement |
typedef oracle::occi::Stream | Stream |
Public Attributes inherited from IODConfig | |
std::string | m_config_tag |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IODConfig | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | populateClob (Clob &clob, std::string fname, unsigned int bufsize) noexcept(false) |
unsigned char * | readClob (Clob &clob, int size) noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IODConfig | |
Statement * | m_readStmt |
Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 12 of file ODRunConfigInfo.h.
ODRunConfigInfo::ODRunConfigInfo | ( | ) |
Definition at line 12 of file ODRunConfigInfo.cc.
|
override |
Definition at line 30 of file ODRunConfigInfo.cc.
|
private |
Definition at line 294 of file ODRunConfigInfo.cc.
|
privatenoexcept |
Definition at line 303 of file ODRunConfigInfo.cc.
References gather_cfg::cout, DateHandler::dateToTm(), cuy::dh, MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 75 of file ODRunConfigInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 140 of file ODRunConfigInfo.cc.
|
privatenoexcept |
Definition at line 112 of file ODRunConfigInfo.cc.
References cuy::dh, MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 54 of file ODRunConfigInfo.cc.
References MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 21 of file ODRunConfigInfo.h.
References m_ID.
Referenced by popcon::EcalSRPHandler::getNewObjects().
|
inline |
|
inline |
RunModeDef ODRunConfigInfo::getRunModeDef | ( | ) | const |
RunTypeDef ODRunConfigInfo::getRunTypeDef | ( | ) | const |
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 18 of file ODRunConfigInfo.h.
|
inline |
|
inline |
|
inline |
Definition at line 50 of file ODRunConfigInfo.h.
References getRunModeDef(), getRunTypeDef(), m_usage_status, setRunModeDef(), and setRunTypeDef().
|
inline |
|
inline |
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 192 of file ODRunConfigInfo.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 149 of file ODRunConfigInfo.cc.
References DateHandler::dateToTm(), cuy::dh, MillePedeFileConverter_cfg::e, triggerObjects_cff::id, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 25 of file ODRunConfigInfo.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void ODRunConfigInfo::setRunModeDef | ( | const RunModeDef & | runModeDef | ) |
void ODRunConfigInfo::setRunTypeDef | ( | const RunTypeDef & | runTypeDef | ) |
|
inline |
Definition at line 28 of file ODRunConfigInfo.h.
Referenced by popcon::EcalSRPHandler::getNewObjects().
|
inline |
|
inline |
|
inline |
Definition at line 34 of file ODRunConfigInfo.h.
Referenced by popcon::EcalSRPHandler::getNewObjects().
|
privatenoexcept |
Definition at line 265 of file ODRunConfigInfo.cc.
References MillePedeFileConverter_cfg::e, AlCaHLTBitMon_QueryRunRegistry::string, and GlobalTrackerMuonAlignment_cfi::writeDB.
|
privatenoexcept |
Definition at line 217 of file ODRunConfigInfo.cc.
References gather_cfg::cout, cuy::dh, MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 14 of file ODRunConfigInfo.h.
|
private |
Definition at line 66 of file ODRunConfigInfo.h.
Referenced by getDBTime(), and setDBTime().
|
private |
Definition at line 73 of file ODRunConfigInfo.h.
Referenced by getDefaults(), and setDefaults().
|
private |
Definition at line 72 of file ODRunConfigInfo.h.
Referenced by getDescription(), and setDescription().
|
private |
Definition at line 65 of file ODRunConfigInfo.h.
Referenced by getId(), operator==(), and setId().
|
private |
Definition at line 75 of file ODRunConfigInfo.h.
Referenced by getNumberOfEvents(), and setNumberOfEvents().
|
private |
Definition at line 71 of file ODRunConfigInfo.h.
Referenced by getNumberOfSequences(), and setNumberOfSequences().
|
private |
Definition at line 69 of file ODRunConfigInfo.h.
|
private |
Definition at line 70 of file ODRunConfigInfo.h.
|
private |
Definition at line 67 of file ODRunConfigInfo.h.
|
private |
Definition at line 74 of file ODRunConfigInfo.h.
Referenced by getTriggerMode(), and setTriggerMode().
|
private |
Definition at line 76 of file ODRunConfigInfo.h.
Referenced by getUsageStatus(), and setUsageStatus().
|
private |
Definition at line 68 of file ODRunConfigInfo.h.
Referenced by getVersion(), and setVersion().