#include <LMFPnPrimDat.h>
Public Member Functions | |
int | getFlag (EcalLogicID &id) |
int | getFlag (int id) |
float | getM3 (EcalLogicID &id) |
float | getM3 (int id) |
float | getMean (EcalLogicID &id) |
float | getMean (int id) |
float | getPNAoverBM3 (EcalLogicID &id) |
float | getPNAoverBM3 (int id) |
float | getPNAoverBMean (EcalLogicID &id) |
float | getPNAoverBMean (int id) |
float | getPNAoverBRMS (EcalLogicID &id) |
float | getPNAoverBRMS (int id) |
float | getRMS (EcalLogicID &id) |
float | getRMS (int id) |
float | getShapeCor (EcalLogicID &id) |
float | getShapeCor (int id) |
std::string | getTableName () const |
bool | isValid () |
LMFPnPrimDat () | |
LMFPnPrimDat (oracle::occi::Environment *env, oracle::occi::Connection *conn) | |
LMFPnPrimDat (EcalDBConnection *c) | |
LMFPnPrimDat (std::string color, std::string system) | |
LMFPnPrimDat (oracle::occi::Environment *env, oracle::occi::Connection *conn, std::string color, std::string system) | |
LMFPnPrimDat (EcalDBConnection *c, std::string color, std::string system) | |
LMFPnPrimDat (EcalDBConnection *c, std::string color, std::string system, bool debug) | |
LMFPnPrimDat (int color, std::string system) | |
LMFPnPrimDat (oracle::occi::Environment *env, oracle::occi::Connection *conn, int color, std::string system) | |
LMFPnPrimDat (EcalDBConnection *c, int color, std::string system) | |
LMFPnPrimDat & | setFlag (EcalLogicID &id, int v) |
LMFPnPrimDat & | setM3 (EcalLogicID &id, float v) |
LMFPnPrimDat & | setMean (EcalLogicID &id, float v) |
LMFPnPrimDat & | setPN (EcalLogicID &id, float mean, float rms, float m3) |
LMFPnPrimDat & | setPNAoverB (EcalLogicID &id, float mean, float rms, float m3) |
LMFPnPrimDat & | setPNAoverBM3 (EcalLogicID &id, float v) |
LMFPnPrimDat & | setPNAoverBMean (EcalLogicID &id, float v) |
LMFPnPrimDat & | setPNAoverBRMS (EcalLogicID &id, float v) |
LMFPnPrimDat & | setRMS (EcalLogicID &id, float v) |
LMFPnPrimDat & | setShapeCorr (EcalLogicID &id, float mean) |
LMFPnPrimDat & | setSystem (std::string s) |
~LMFPnPrimDat () | |
Public Member Functions inherited from LMFColoredTable | |
std::string | getColor () const |
virtual std::string | getSystem () 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) |
virtual LMFColoredTable & | setSystem (int system) |
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 () | |
Public Member Functions inherited from LMFDat | |
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 () | |
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 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 () |
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 | |
Public Types inherited from LMFUnique | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::Statement | Statement |
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 () throw (std::runtime_error) |
void | getNeighbour (LMFDat *dat, int which) throw (std::runtime_error) |
int | writeDB () throw (std::runtime_error) |
Protected Member Functions inherited from LMFUnique | |
virtual void | setClassName (std::string s) |
virtual int | writeForeignKeys () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
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_YYYY_XXX_PN_PRIM_DAT interface ^ ^ | | | _____ color -------— system
Definition at line 19 of file LMFPnPrimDat.h.
LMFPnPrimDat::LMFPnPrimDat | ( | ) |
LMFPnPrimDat::LMFPnPrimDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn | ||
) |
LMFPnPrimDat::LMFPnPrimDat | ( | EcalDBConnection * | c | ) |
LMFPnPrimDat::LMFPnPrimDat | ( | std::string | color, |
std::string | system | ||
) |
Definition at line 17 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn, | ||
std::string | color, | ||
std::string | system | ||
) |
Definition at line 24 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | EcalDBConnection * | c, |
std::string | color, | ||
std::string | system | ||
) |
Definition at line 43 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | EcalDBConnection * | c, |
std::string | color, | ||
std::string | system, | ||
bool | debug | ||
) |
Definition at line 33 of file LMFPnPrimDat.cc.
References LMFUnique::debug(), init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | int | color, |
std::string | system | ||
) |
Definition at line 50 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | oracle::occi::Environment * | env, |
oracle::occi::Connection * | conn, | ||
int | color, | ||
std::string | system | ||
) |
Definition at line 57 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
LMFPnPrimDat::LMFPnPrimDat | ( | EcalDBConnection * | c, |
int | color, | ||
std::string | system | ||
) |
Definition at line 66 of file LMFPnPrimDat.cc.
References init(), LMFColoredTable::setColor(), and setSystem().
|
inline |
Definition at line 37 of file LMFPnPrimDat.h.
int LMFPnPrimDat::getFlag | ( | EcalLogicID & | id | ) |
int LMFPnPrimDat::getFlag | ( | int | id | ) |
float LMFPnPrimDat::getM3 | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getM3 | ( | int | id | ) |
float LMFPnPrimDat::getMean | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getMean | ( | int | id | ) |
float LMFPnPrimDat::getPNAoverBM3 | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getPNAoverBM3 | ( | int | id | ) |
float LMFPnPrimDat::getPNAoverBMean | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getPNAoverBMean | ( | int | id | ) |
float LMFPnPrimDat::getPNAoverBRMS | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getPNAoverBRMS | ( | int | id | ) |
float LMFPnPrimDat::getRMS | ( | EcalLogicID & | id | ) |
float LMFPnPrimDat::getRMS | ( | int | id | ) |
float LMFPnPrimDat::getShapeCor | ( | EcalLogicID & | id | ) |
Definition at line 239 of file LMFPnPrimDat.cc.
References LMFDat::getData(), LMFColoredTable::getSystem(), and x.
float LMFPnPrimDat::getShapeCor | ( | int | id | ) |
Definition at line 203 of file LMFPnPrimDat.cc.
References LMFDat::getData(), LMFColoredTable::getSystem(), and x.
|
inlinevirtual |
Implements LMFColoredTable.
Definition at line 39 of file LMFPnPrimDat.h.
References LMFColoredTable::getColor(), and LMFColoredTable::getSystem().
|
private |
Definition at line 101 of file LMFPnPrimDat.cc.
References i, LMFUnique::m_className, LMFColoredTable::m_color, LMFDat::m_keys, LMFColoredTable::m_system, and LMFDat::m_type.
Referenced by LMFPnPrimDat().
|
virtual |
Reimplemented from LMFDat.
Definition at line 124 of file LMFPnPrimDat.cc.
References LMFColoredTable::getColor(), LMFColoredTable::getSystem(), LMFDat::m_Error, and run_regression::ret.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
LMFPnPrimDat & LMFPnPrimDat::setFlag | ( | EcalLogicID & | id, |
int | v | ||
) |
Definition at line 194 of file LMFPnPrimDat.cc.
References LMFDat::setData().
LMFPnPrimDat & LMFPnPrimDat::setM3 | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 153 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPN().
LMFPnPrimDat & LMFPnPrimDat::setMean | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 143 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPN().
LMFPnPrimDat & LMFPnPrimDat::setPN | ( | EcalLogicID & | id, |
float | mean, | ||
float | rms, | ||
float | m3 | ||
) |
Definition at line 158 of file LMFPnPrimDat.cc.
References setM3(), setMean(), and setRMS().
LMFPnPrimDat & LMFPnPrimDat::setPNAoverB | ( | EcalLogicID & | id, |
float | mean, | ||
float | rms, | ||
float | m3 | ||
) |
Definition at line 187 of file LMFPnPrimDat.cc.
References setPNAoverBM3(), setPNAoverBMean(), and setPNAoverBRMS().
LMFPnPrimDat & LMFPnPrimDat::setPNAoverBM3 | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 172 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPNAoverB().
LMFPnPrimDat & LMFPnPrimDat::setPNAoverBMean | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 177 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPNAoverB().
LMFPnPrimDat & LMFPnPrimDat::setPNAoverBRMS | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 182 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPNAoverB().
LMFPnPrimDat & LMFPnPrimDat::setRMS | ( | EcalLogicID & | id, |
float | v | ||
) |
Definition at line 148 of file LMFPnPrimDat.cc.
References LMFDat::setData().
Referenced by setPN().
LMFPnPrimDat & LMFPnPrimDat::setShapeCorr | ( | EcalLogicID & | id, |
float | mean | ||
) |
Definition at line 165 of file LMFPnPrimDat.cc.
References LMFColoredTable::getSystem(), and LMFDat::setData().
|
virtual |
Reimplemented from LMFColoredTable.
Definition at line 73 of file LMFPnPrimDat.cc.
References gather_cfg::cout, alignCSCRings::e, i, LMFDat::m_data, LMFUnique::m_debug, LMFDat::m_keys, LMFDat::m_type, LMFColoredTable::setSystem(), and create_public_lumi_plots::transform.
Referenced by LMFPnPrimDat().