#include <ODTCCEEConfig.h>
Public Member Functions | |
int | getId () const |
unsigned char * | getLUTClob () const |
std::string | getLUTConfigurationFile () const |
int | getNTestPatternsToLoad () const |
unsigned char * | getSLBClob () const |
std::string | getSLBConfigurationFile () const |
int | getSLBLatency () const |
std::string | getTable () override |
unsigned char * | getTCCClob () const |
std::string | getTCCConfigurationFile () const |
std::string | getTestPatternFileUrl () const |
int | getTrigPos () const |
ODTCCEEConfig () | |
void | setId (int id) |
void | setLUTClob (unsigned char *x) |
void | setLUTConfigurationFile (std::string x) |
void | setNTestPatternsToLoad (int id) |
void | setParameters (const std::map< std::string, std::string > &my_keys_map) |
void | setSLBClob (unsigned char *x) |
void | setSLBConfigurationFile (std::string x) |
void | setSLBLatency (int id) |
void | setTCCClob (unsigned char *x) |
void | setTCCConfigurationFile (std::string x) |
void | setTestPatternFileUrl (std::string x) |
void | setTriggerPos (int id) |
~ODTCCEEConfig () 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 (ODTCCEEConfig *result) noexcept(false) |
int | fetchID () noexcept(false) |
int | fetchNextId () noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB () noexcept(false) |
Private Attributes | |
int | m_ID |
unsigned char * | m_lut_clob |
std::string | m_lut_file |
int | m_ntest |
unsigned int | m_size |
int | m_slb |
unsigned char * | m_slb_clob |
std::string | m_slb_file |
unsigned char * | m_tcc_ee_clob |
std::string | m_tcc_ee_file |
std::string | m_test_url |
int | m_trigpos |
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 15 of file ODTCCEEConfig.h.
ODTCCEEConfig::ODTCCEEConfig | ( | ) |
|
override |
Definition at line 32 of file ODTCCEEConfig.cc.
|
private |
Definition at line 24 of file ODTCCEEConfig.cc.
|
privatenoexcept |
Definition at line 167 of file ODTCCEEConfig.cc.
References edmScanValgrind::buffer, gather_cfg::cout, alignCSCRings::e, mps_fire::i, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 240 of file ODTCCEEConfig.cc.
References alignCSCRings::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 34 of file ODTCCEEConfig.cc.
References alignCSCRings::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 22 of file ODTCCEEConfig.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 81 of file ODTCCEEConfig.cc.
References gather_cfg::cout, alignCSCRings::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
inline |
void ODTCCEEConfig::setParameters | ( | const std::map< std::string, std::string > & | my_keys_map | ) |
Definition at line 53 of file ODTCCEEConfig.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
privatenoexcept |
Definition at line 137 of file ODTCCEEConfig.cc.
References gather_cfg::cout, alignCSCRings::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 17 of file ODTCCEEConfig.h.
|
private |
Definition at line 64 of file ODTCCEEConfig.h.
|
private |
Definition at line 66 of file ODTCCEEConfig.h.
Referenced by getLUTClob(), and setLUTClob().
|
private |
Definition at line 69 of file ODTCCEEConfig.h.
Referenced by getLUTConfigurationFile(), and setLUTConfigurationFile().
|
private |
Definition at line 72 of file ODTCCEEConfig.h.
Referenced by getNTestPatternsToLoad(), and setNTestPatternsToLoad().
|
private |
Definition at line 75 of file ODTCCEEConfig.h.
|
private |
Definition at line 74 of file ODTCCEEConfig.h.
Referenced by getSLBLatency(), and setSLBLatency().
|
private |
Definition at line 67 of file ODTCCEEConfig.h.
Referenced by getSLBClob(), and setSLBClob().
|
private |
Definition at line 70 of file ODTCCEEConfig.h.
Referenced by getSLBConfigurationFile(), and setSLBConfigurationFile().
|
private |
Definition at line 65 of file ODTCCEEConfig.h.
Referenced by getTCCClob(), and setTCCClob().
|
private |
Definition at line 68 of file ODTCCEEConfig.h.
Referenced by getTCCConfigurationFile(), and setTCCConfigurationFile().
|
private |
Definition at line 71 of file ODTCCEEConfig.h.
Referenced by getTestPatternFileUrl(), and setTestPatternFileUrl().
|
private |
Definition at line 73 of file ODTCCEEConfig.h.
Referenced by getTrigPos(), and setTriggerPos().