|
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 |
|
std::string | getTableName () const |
|
bool | isValid () |
|
| 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) |
|
LMFClsDat & | setSystem (std::string system) |
|
| ~LMFClsDat () |
|
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 () throw (std::runtime_error) |
|
| ~LMFColoredTable () |
|
void | dump () const |
|
void | dump (int n) const |
|
virtual void | dump (int n, int max) const |
|
void | fetch () throw (std::runtime_error) |
|
void | fetch (int logic_id) throw (std::runtime_error) |
|
void | fetch (int logic_id, const Tm &tm) throw (std::runtime_error) |
|
void | fetch (int logic_id, const Tm *timestamp, int dir) throw (std::runtime_error) |
|
void | fetch (const EcalLogicID &id, const Tm &tm) throw (std::runtime_error) |
|
void | fetch (const EcalLogicID &id, const Tm &tm, int dir) throw (std::runtime_error) |
|
void | fetch (const EcalLogicID &id) throw (std::runtime_error) |
|
std::map< int, std::vector
< float > > | fetchData () throw (std::runtime_error) |
|
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) throw (std::runtime_error) |
|
void | getPrevious (LMFDat *dat) throw (std::runtime_error) |
|
std::map< unsigned int,
std::string > | getReverseMap () const |
|
Tm | getSubrunStart () const |
|
| 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 () |
|
void | attach (std::string name, LMFUnique *u) |
|
void | debug () |
|
virtual bool | exists () |
|
virtual boost::ptr_list
< LMFUnique > | fetchAll () const throw (std::runtime_error) |
|
int | fetchID () throw (std::runtime_error) |
|
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) throw (std::runtime_error) |
|
LMFUnique & | setInt (std::string key, int value) |
|
LMFUnique & | setString (std::string key, std::string value) |
|
void | startProfiling () |
|
void | stopProfiling () |
|
virtual | ~LMFUnique () |
|
oracle::occi::Connection * | getConn () const |
|
oracle::occi::Environment * | getEnv () const |
|
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
|
virtual | ~IDBObject () |
|
LMF_CLS_XXXX_DAT interface ^ | _____ color
Definition at line 18 of file LMFClsDat.h.