Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/database/pdbcal/base/PdbCalBank.h>
Public Member Functions | |
PdbCalBank () | |
~PdbCalBank () override | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
virtual void | printHeader () const =0 |
virtual void | print ()=0 |
virtual void | printEntry (size_t)=0 |
virtual size_t | getLength ()=0 |
virtual PdbCalChan & | getEntry (size_t)=0 |
virtual void | setLength (size_t val)=0 |
virtual PdbBankID | getBankID () const =0 |
virtual PHTimeStamp | getInsertTime () const =0 |
virtual PHTimeStamp | getStartValTime () const =0 |
virtual PHTimeStamp | getEndValTime () const =0 |
virtual std::string | getDescription () const =0 |
virtual std::string | getUserName () const =0 |
virtual void | setBankID (const PdbBankID &)=0 |
virtual void | setInsertTime (const PHTimeStamp &)=0 |
virtual void | setStartValTime (const PHTimeStamp &)=0 |
virtual void | setEndValTime (const PHTimeStamp &)=0 |
virtual void | setDescription (const std::string &)=0 |
virtual void | setUserName (const std::string &)=0 |
virtual int | isValid (const PHTimeStamp &) const =0 |
ClassDefOverride (PdbCalBank, 1) | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Definition at line 20 of file PdbCalBank.h.
View newest version in sPHENIX GitHub at line 20 of file PdbCalBank.h
|
inline |
Definition at line 23 of file PdbCalBank.h.
View newest version in sPHENIX GitHub at line 23 of file PdbCalBank.h
|
inlineoverride |
Definition at line 24 of file PdbCalBank.h.
View newest version in sPHENIX GitHub at line 24 of file PdbCalBank.h
PdbCalBank::ClassDefOverride | ( | PdbCalBank | , |
1 | |||
) |
|
overridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in PgPostBankWrapper.
Definition at line 9 of file PdbCalBank.cc.
View newest version in sPHENIX GitHub at line 9 of file PdbCalBank.cc
Referenced by PgPostBankManager::createBank().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by PgPostBankWrapper::getEntry(), and PgPostBankBackupStorage::getEntry().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId(), PgPostBankWrapper::getLength(), PgPostBankBackupStorage::getLength(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by PgPostBankWrapper::print(), and PgPostBankBackupStorage::Print().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId(), and PgPostBankWrapper::printEntry().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId(), PgPostBankWrapper::setLength(), PHParametersContainer::WriteToDB(), and PHParameters::WriteToDB().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.
Referenced by OnCalServer::CopySnglTableNewBankId().
|
pure virtual |
Implemented in PgPostBankWrapper, and PgPostCalBank.