#include <ODLTSConfig.h>
Public Member Functions | |
int | getId () const |
int | getNumberOfEvents () const |
int | getRate () const |
std::string | getTable () override |
std::string | getTriggerType () const |
int | getTrigLocL1Delay () const |
ODLTSConfig () | |
void | setId (int id) |
void | setNumberOfEvents (int x) |
void | setParameters (const std::map< std::string, std::string > &my_keys_map) |
void | setRate (int x) |
void | setTriggerType (std::string x) |
void | setTrigLocL1Delay (int x) |
~ODLTSConfig () 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 (ODLTSConfig *result) noexcept(false) |
int | fetchID () noexcept(false) |
int | fetchNextId () noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeDB () noexcept(false) |
Private Attributes | |
int | m_delay |
int | m_ID |
int | m_num |
int | m_rate |
std::string | m_trg_type |
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 9 of file ODLTSConfig.h.
ODLTSConfig::ODLTSConfig | ( | ) |
|
override |
Definition at line 28 of file ODLTSConfig.cc.
|
private |
Definition at line 21 of file ODLTSConfig.cc.
|
privatenoexcept |
Definition at line 108 of file ODLTSConfig.cc.
References MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 139 of file ODLTSConfig.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatenoexcept |
Definition at line 48 of file ODLTSConfig.cc.
References MillePedeFileConverter_cfg::e, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements IODConfig.
Definition at line 16 of file ODLTSConfig.h.
|
inline |
|
inline |
|
overrideprivatevirtualnoexcept |
Implements IODConfig.
Definition at line 67 of file ODLTSConfig.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 24 of file ODLTSConfig.h.
void ODLTSConfig::setParameters | ( | const std::map< std::string, std::string > & | my_keys_map | ) |
Definition at line 30 of file ODLTSConfig.cc.
|
inline |
Definition at line 27 of file ODLTSConfig.h.
|
inline |
|
inline |
Definition at line 30 of file ODLTSConfig.h.
|
privatenoexcept |
Definition at line 86 of file ODLTSConfig.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
|
friend |
Definition at line 11 of file ODLTSConfig.h.
|
private |
Definition at line 47 of file ODLTSConfig.h.
Referenced by getTrigLocL1Delay(), and setTrigLocL1Delay().
|
private |
Definition at line 43 of file ODLTSConfig.h.
|
private |
Definition at line 45 of file ODLTSConfig.h.
Referenced by getNumberOfEvents(), and setNumberOfEvents().
|
private |
Definition at line 46 of file ODLTSConfig.h.
|
private |
Definition at line 44 of file ODLTSConfig.h.
Referenced by getTriggerType(), and setTriggerType().