|
float | getLSRAttenuator (int id) |
|
float | getLSRAttenuator (EcalLogicID &id) |
|
float | getLSRCurrent (int id) |
|
float | getLSRCurrent (EcalLogicID &id) |
|
float | getLSRDelay1 (int id) |
|
float | getLSRDelay1 (EcalLogicID &id) |
|
float | getLSRDelay2 (int id) |
|
float | getLSRDelay2 (EcalLogicID &id) |
|
float | getLSRPower (int id) |
|
float | getLSRPower (EcalLogicID &id) |
|
float | getPNGain (int id) |
|
float | getPNGain (EcalLogicID &id) |
|
float | getVFEGain (int id) |
|
float | getVFEGain (EcalLogicID &id) |
|
float | getWavelength (int id) |
|
float | getWavelength (EcalLogicID &id) |
|
| LMFLaserConfigDat () |
|
| LMFLaserConfigDat (EcalDBConnection *c) |
|
LMFLaserConfigDat & | setData (EcalLogicID &id, float w, float g, float pnga, float p, float a, float c, float d1, float d2) |
|
LMFLaserConfigDat & | setData (EcalLogicID &id, const std::vector< float > &v) |
|
LMFLaserConfigDat & | setLSRAttenuator (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setLSRCurrent (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setLSRDelay1 (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setLSRDelay2 (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setLSRPower (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setPNGain (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setVFEGain (EcalLogicID &id, float g) |
|
LMFLaserConfigDat & | setWavelength (EcalLogicID &id, int w) |
|
| ~LMFLaserConfigDat () override |
|
void | dump () const override |
|
void | dump (int n) const override |
|
virtual void | dump (int n, int max) const |
|
void | fetch () noexcept(false) |
|
void | fetch (int logic_id) noexcept(false) |
|
void | fetch (int logic_id, const Tm &tm) noexcept(false) |
|
void | fetch (int logic_id, const Tm *timestamp, int dir) noexcept(false) |
|
void | fetch (const EcalLogicID &id, const Tm &tm) noexcept(false) |
|
void | fetch (const EcalLogicID &id, const Tm &tm, int dir) noexcept(false) |
|
void | fetch (const EcalLogicID &id) noexcept(false) |
|
std::map< int, std::vector< float > > | fetchData () noexcept(false) |
|
virtual std::string | foreignKeyName () const |
|
std::vector< float > | getData (int id) |
|
std::vector< float > | getData (const EcalLogicID &id) |
|
bool | getData (int id, std::vector< float > &ret) |
|
bool | getData (const EcalLogicID &id, std::vector< float > &ret) |
|
std::map< int, std::vector< float > > | getData () |
|
float | getData (int id, unsigned int k) |
|
float | getData (const EcalLogicID &id, unsigned int k) |
|
float | getData (const EcalLogicID &id, const std::string &key) |
|
float | getData (int id, const std::string &key) |
|
bool | getData (int id, unsigned int k, float &ret) |
|
bool | getData (const EcalLogicID &id, unsigned int k, float &ret) |
|
bool | getData (int id, const std::string &key, float &ret) |
|
bool | getData (const EcalLogicID &id, const std::string &key, float &ret) |
|
virtual std::string | getIovIdFieldName () const |
|
std::list< std::string > | getKeyList () |
|
std::map< std::string, unsigned int > | getKeys () |
|
LMFRunIOV | getLMFRunIOV () const |
|
int | getLMFRunIOVID () |
|
std::list< int > | getLogicIds () |
|
void | getNext (LMFDat *dat) noexcept(false) |
|
void | getPrevious (LMFDat *dat) noexcept(false) |
|
std::map< unsigned int, std::string > | getReverseMap () const |
|
Tm | getSubrunStart () const |
|
virtual std::string | getTableName () const |
|
bool | isValid () override |
|
| LMFDat () |
|
| LMFDat (EcalDBConnection *c) |
|
| LMFDat (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
|
std::vector< float > | operator[] (int id) |
|
LMFDat & | setData (int logic_id, const std::vector< float > &data) |
|
LMFDat & | setData (const EcalLogicID &logic_id, const std::vector< float > &data) |
|
LMFDat & | setData (const EcalLogicID &logic_id, const std::string &key, float v) |
|
LMFDat & | setLMFRunIOV (const LMFRunIOV &iov) |
|
LMFDat & | setMaxDataToDump (int n) |
|
void | setWhereClause (std::string w) |
|
void | setWhereClause (std::string w, const std::vector< std::string > &p) |
|
int | size () const |
|
| ~LMFDat () override |
|
void | attach (std::string name, LMFUnique *u) |
|
void | debug () |
|
virtual bool | exists () |
|
virtual std::list< std::unique_ptr< LMFUnique > > | fetchAll () const noexcept(false) |
|
int | fetchID () noexcept(false) override |
|
std::string | getClassName () |
|
std::string | getClassName () const |
|
int | getID () const |
|
int | getInt (std::string fieldname) const |
|
std::string | getString (std::string fieldname) const |
|
virtual bool | isValid () const |
|
| LMFUnique () |
|
| LMFUnique (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
|
| LMFUnique (EcalDBConnection *c) |
|
void | nodebug () |
|
virtual bool | operator< (const LMFUnique &r) |
|
virtual bool | operator<= (const LMFUnique &r) |
|
std::string | sequencePostfix (const Tm &t) |
|
void | setByID (int id) noexcept(false) override |
|
LMFUnique & | setInt (std::string key, int value) |
|
LMFUnique & | setString (std::string key, std::string value) |
|
void | startProfiling () |
|
void | stopProfiling () |
|
| ~LMFUnique () override |
|
oracle::occi::Connection * | getConn () const |
|
oracle::occi::Environment * | getEnv () const |
|
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
|
virtual | ~IDBObject () |
|
LMF_LASER_CONFIG_DAT interface
Definition at line 13 of file LMFLaserConfigDat.h.