#include <LMFClsDat.h>
Public Types | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::Statement | Statement |
Public Types inherited from LMFUnique | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::Statement | Statement |
Public Member Functions | |
float | getENorm (EcalLogicID &id) |
int | getFlag (EcalLogicID &id) |
float | getFlagNorm (EcalLogicID &id) |
int | getLMFRefRunIOVID (EcalLogicID &id) |
float | getMean (EcalLogicID &id) |
int | getNevt (EcalLogicID &id) |
float | getNorm (EcalLogicID &id) |
float | getRMS (EcalLogicID &id) |
std::string | getSystem () const override |
std::string | getTableName () const override |
bool | isValid () override |
LMFClsDat () | |
LMFClsDat (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
LMFClsDat (EcalDBConnection *c) | |
LMFClsDat (std::string color) | |
LMFClsDat (int color) | |
LMFClsDat (oracle::occi::Environment *env, oracle::occi::Connection *conn, std::string color) | |
LMFClsDat (EcalDBConnection *c, std::string color) | |
LMFClsDat (oracle::occi::Environment *env, oracle::occi::Connection *conn, int color) | |
LMFClsDat (EcalDBConnection *c, int color) | |
LMFClsDat & | setENorm (EcalLogicID &id, float v) |
LMFClsDat & | setFlag (EcalLogicID &id, int v) |
LMFClsDat & | setFlagNorm (EcalLogicID &id, float v) |
LMFClsDat & | setLMFRefRunIOVID (EcalLogicID &id, int v) |
LMFClsDat & | setMean (EcalLogicID &id, float v) |
LMFClsDat & | setNevt (EcalLogicID &id, int v) |
LMFClsDat & | setNorm (EcalLogicID &id, float v) |
LMFClsDat & | setRMS (EcalLogicID &id, float v) |
LMFClsDat & | setSystem (int system) override |
LMFClsDat & | setSystem (std::string system) override |
~LMFClsDat () override | |
Public Member Functions inherited from LMFColoredTable | |
std::string | getColor () const |
int | getVmax (EcalLogicID &id) |
int | getVmin (EcalLogicID &id) |
LMFColoredTable () | |
LMFColoredTable (EcalDBConnection *c) | |
LMFColoredTable (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
LMFColoredTable & | setColor (int color) |
LMFColoredTable & | setColor (std::string color) |
LMFColoredTable & | setVersions (EcalLogicID &id, int vmin, int vmax) |
LMFColoredTable & | setVmax (EcalLogicID &id, int v) |
LMFColoredTable & | setVmin (EcalLogicID &id, int v) |
int | writeDB () noexcept(false) override |
~LMFColoredTable () override | |
Public Member Functions inherited from LMFDat | |
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 |
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 | |
Public Member Functions inherited from LMFUnique | |
void | attach (std::string name, LMFUnique *u) |
void | debug () |
virtual bool | exists () |
virtual boost::ptr_list< 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 | |
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 | init () |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from LMFDat | |
void | adjustParameters (int n, std::string &sql, Statement *stmt) |
std::string | buildInsertSql () |
std::string | buildSelectSql (int logic_id=0, int direction=0) |
bool | check () |
void | getKeyTypes () noexcept(false) |
void | getNeighbour (LMFDat *dat, int which) noexcept(false) |
int | writeDB () noexcept(false) override |
Protected Member Functions inherited from LMFUnique | |
virtual void | getParameters (ResultSet *rset) |
virtual void | setClassName (std::string s) |
virtual int | writeForeignKeys () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from LMFColoredTable | |
int | m_color |
int | m_system |
Protected Attributes inherited from LMFDat | |
std::string | _where |
std::vector< std::string > | _wherePars |
std::map< int, std::vector< float > > | m_data |
std::string | m_Error |
std::map< std::string, unsigned int > | m_keys |
int | m_max |
std::string | m_tableName |
std::vector< std::string > | m_type |
Protected Attributes inherited from LMFUnique | |
bool | _profiling |
std::string | m_className |
char | m_debug |
std::map< std::string, LMFUnique * > | m_foreignKeys |
std::map< std::string, int > | m_intFields |
std::map< std::string, std::string > | m_stringFields |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
LMF_CLS_XXXX_DAT interface ^ | _____ color
Definition at line 18 of file LMFClsDat.h.
typedef oracle::occi::ResultSet LMFClsDat::ResultSet |
Definition at line 20 of file LMFClsDat.h.
typedef oracle::occi::Statement LMFClsDat::Statement |
Definition at line 21 of file LMFClsDat.h.
LMFClsDat::LMFClsDat | ( | ) |
LMFClsDat::LMFClsDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn | ||
) |
LMFClsDat::LMFClsDat | ( | EcalDBConnection * | c | ) |
LMFClsDat::LMFClsDat | ( | std::string | color | ) |
LMFClsDat::LMFClsDat | ( | int | color | ) |
LMFClsDat::LMFClsDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn, | ||
std::string | color | ||
) |
LMFClsDat::LMFClsDat | ( | EcalDBConnection * | c, |
std::string | color | ||
) |
LMFClsDat::LMFClsDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn, | ||
int | color | ||
) |
LMFClsDat::LMFClsDat | ( | EcalDBConnection * | c, |
int | color | ||
) |
|
inlineoverride |
Definition at line 35 of file LMFClsDat.h.
float LMFClsDat::getENorm | ( | EcalLogicID & | id | ) |
Definition at line 135 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
int LMFClsDat::getFlag | ( | EcalLogicID & | id | ) |
Definition at line 147 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
float LMFClsDat::getFlagNorm | ( | EcalLogicID & | id | ) |
Definition at line 151 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
int LMFClsDat::getLMFRefRunIOVID | ( | EcalLogicID & | id | ) |
Definition at line 123 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
float LMFClsDat::getMean | ( | EcalLogicID & | id | ) |
Definition at line 127 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
int LMFClsDat::getNevt | ( | EcalLogicID & | id | ) |
Definition at line 143 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
float LMFClsDat::getNorm | ( | EcalLogicID & | id | ) |
Definition at line 131 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
float LMFClsDat::getRMS | ( | EcalLogicID & | id | ) |
Definition at line 139 of file LMFClsDat.cc.
References LMFDat::getData().
Referenced by setSystem().
|
inlineoverridevirtual |
Reimplemented from LMFColoredTable.
Definition at line 62 of file LMFClsDat.h.
|
inlineoverridevirtual |
Implements LMFColoredTable.
Definition at line 37 of file LMFClsDat.h.
References LMFColoredTable::getColor().
|
private |
Definition at line 55 of file LMFClsDat.cc.
References mps_fire::i, LMFUnique::m_className, LMFColoredTable::m_color, LMFDat::m_keys, LMFColoredTable::m_system, and LMFDat::m_type.
Referenced by getSystem(), and LMFClsDat().
|
overridevirtual |
Reimplemented from LMFUnique.
Definition at line 74 of file LMFClsDat.cc.
References LMFColoredTable::getColor(), and LMFDat::m_Error.
Referenced by ntupleDataFormat._Object::_checkIsValid(), getSystem(), and core.AutoHandle.AutoHandle::ReallyLoad().
LMFClsDat & LMFClsDat::setENorm | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 98 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setFlag | ( | EcalLogicID & | id, |
int | v | ||
) |
Definition at line 113 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setFlagNorm | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 118 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setLMFRefRunIOVID | ( | EcalLogicID & | id, |
int | v | ||
) |
Definition at line 83 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setMean | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 88 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setNevt | ( | EcalLogicID & | id, |
int | v | ||
) |
Definition at line 108 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setNorm | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 93 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
LMFClsDat & LMFClsDat::setRMS | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 103 of file LMFClsDat.cc.
References LMFDat::setData().
Referenced by setSystem().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from LMFColoredTable.
Definition at line 42 of file LMFClsDat.h.
References getENorm(), getFlag(), getFlagNorm(), getLMFRefRunIOVID(), getMean(), getNevt(), getNorm(), getRMS(), setENorm(), setFlag(), setFlagNorm(), setLMFRefRunIOVID(), setMean(), setNevt(), setNorm(), setRMS(), and findQualityFiles::v.