![]() |
![]() |
#include <DCUTag.h>
Public Member Functions | |
DCUTag () | |
int | fetchID () noexcept(false) override |
std::string | getGeneralTag () const |
LocationDef | getLocationDef () const |
bool | operator!= (const DCUTag &t) const |
bool | operator== (const DCUTag &t) const |
void | setByID (int id) noexcept(false) override |
void | setGeneralTag (std::string tag) |
void | setLocationDef (const LocationDef &locDef) |
~DCUTag () override | |
![]() | |
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< DCUTag > *fillVec) noexcept(false) |
void | fetchParentIDs (int *locId) noexcept(false) |
int | writeDB () noexcept(false) |
Private Attributes | |
std::string | m_genTag |
LocationDef | m_locDef |
Friends | |
class | DCUIOV |
class | EcalCondDBInterface |
Additional Inherited Members | |
![]() | |
static int const | ECALDB_NROWS =1024 |
![]() | |
void | checkConnection () const noexcept(false) |
![]() | |
int | m_ID |
![]() | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
DCUTag::DCUTag | ( | ) |
Definition at line 9 of file DCUTag.cc.
|
privatenoexcept |
Definition at line 174 of file DCUTag.cc.
References MillePedeFileConverter_cfg::e, setByID(), and IDBObject::setConnection().
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 62 of file DCUTag.cc.
References MillePedeFileConverter_cfg::e.
|
privatenoexcept |
Definition at line 197 of file DCUTag.cc.
string DCUTag::getGeneralTag | ( | ) | const |
LocationDef DCUTag::getLocationDef | ( | ) | const |
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements IUniqueDBObject.
Definition at line 102 of file DCUTag.cc.
References MillePedeFileConverter_cfg::e, and triggerObjects_cff::id.
Referenced by fetchAllTags().
void DCUTag::setLocationDef | ( | const LocationDef & | locDef | ) |
|
privatenoexcept |
|
friend |
|
private |
Definition at line 43 of file DCUTag.h.
Referenced by operator==().
|
private |
Definition at line 44 of file DCUTag.h.
Referenced by operator==().