#include <CaliTag.h>
Public Member Functions | |
CaliTag () | |
int | fetchID () noexcept(false) override |
std::string | getDataType () const |
std::string | getGeneralTag () const |
LocationDef | getLocationDef () const |
std::string | getMethod () const |
std::string | getVersion () const |
bool | operator!= (const CaliTag &t) const |
bool | operator== (const CaliTag &t) const |
void | setByID (int id) noexcept(false) override |
void | setDataType (std::string dataType) |
void | setGeneralTag (std::string tag) |
void | setLocationDef (const LocationDef &locDef) |
void | setMethod (std::string method) |
void | setVersion (std::string version) |
~CaliTag () 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 | fetchAllTags (std::vector< CaliTag > *fillVec) noexcept(false) |
void | fetchParentIDs (int *locId) noexcept(false) |
int | writeDB () noexcept(false) |
Private Attributes | |
std::string | m_dataType |
std::string | m_genTag |
LocationDef | m_locDef |
std::string | m_method |
std::string | m_version |
Friends | |
class | CaliIOV |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IUniqueDBObject | |
int | m_ID |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
CaliTag::CaliTag | ( | ) |
Definition at line 9 of file CaliTag.cc.
|
override |
Definition at line 23 of file CaliTag.cc.
|
privatenoexcept |
Definition at line 238 of file CaliTag.cc.
References MillePedeFileConverter_cfg::e, setByID(), and IDBObject::setConnection().
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 114 of file CaliTag.cc.
References MillePedeFileConverter_cfg::e.
|
privatenoexcept |
Definition at line 261 of file CaliTag.cc.
string CaliTag::getDataType | ( | ) | const |
Definition at line 97 of file CaliTag.cc.
string CaliTag::getGeneralTag | ( | ) | const |
Definition at line 29 of file CaliTag.cc.
LocationDef CaliTag::getLocationDef | ( | ) | const |
Definition at line 46 of file CaliTag.cc.
string CaliTag::getMethod | ( | ) | const |
Definition at line 63 of file CaliTag.cc.
string CaliTag::getVersion | ( | ) | const |
Definition at line 80 of file CaliTag.cc.
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 160 of file CaliTag.cc.
References MillePedeFileConverter_cfg::e, and triggerObjects_cff::id.
Referenced by fetchAllTags().
void CaliTag::setDataType | ( | std::string | dataType | ) |
Definition at line 104 of file CaliTag.cc.
References MergeFilesAndCalculateEfficiencies_cfg::dataType.
void CaliTag::setGeneralTag | ( | std::string | tag | ) |
Definition at line 36 of file CaliTag.cc.
void CaliTag::setLocationDef | ( | const LocationDef & | locDef | ) |
Definition at line 53 of file CaliTag.cc.
void CaliTag::setMethod | ( | std::string | method | ) |
void CaliTag::setVersion | ( | std::string | version | ) |
|
privatenoexcept |
|
friend |
|
private |
Definition at line 53 of file CaliTag.h.
Referenced by operator==().
|
private |
Definition at line 54 of file CaliTag.h.
Referenced by operator==().