Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/database/pdbcal/base/PdbBankID.h>
Public Member Functions | |
PdbBankID (const int val=0) | |
~PdbBankID () override | |
void | print () const |
int | getInternalValue () const |
void | setInternalValue (const int val) |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
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) |
Private Attributes | |
int | bankID |
Friends | |
int | operator== (const PdbBankID &, const PdbBankID &) |
Definition at line 19 of file PdbBankID.h.
View newest version in sPHENIX GitHub at line 19 of file PdbBankID.h
PdbBankID::PdbBankID | ( | const int | val = 0 | ) |
Definition at line 14 of file PdbBankID.cc.
View newest version in sPHENIX GitHub at line 14 of file PdbBankID.cc
References bankID.
|
inlineoverride |
Definition at line 22 of file PdbBankID.h.
View newest version in sPHENIX GitHub at line 22 of file PdbBankID.h
|
inline |
Definition at line 26 of file PdbBankID.h.
View newest version in sPHENIX GitHub at line 26 of file PdbBankID.h
References bankID.
Referenced by PgPostBankManager::createBank(), PgPostBankManager::fetchBank(), PgPostCalBankIterator::init(), PgPostBankWrapperManager::print(), PgPostCalBankIterator::print(), PHParameters::ReadFromFile(), PgPostBankBackupStorage::set_obj_info(), PHParametersContainer::WriteToFile(), PdbParameterMapContainer::WriteToFile(), and PHParameters::WriteToFile().
void PdbBankID::print | ( | ) | const |
Definition at line 19 of file PdbBankID.cc.
View newest version in sPHENIX GitHub at line 19 of file PdbBankID.cc
References bankID.
Referenced by PgPostBankWrapper::printHeader().
|
inline |
Definition at line 27 of file PdbBankID.h.
View newest version in sPHENIX GitHub at line 27 of file PdbBankID.h
References bankID.
Definition at line 24 of file PdbBankID.cc.
View newest version in sPHENIX GitHub at line 24 of file PdbBankID.cc
|
private |
Definition at line 32 of file PdbBankID.h.
View newest version in sPHENIX GitHub at line 32 of file PdbBankID.h
Referenced by getInternalValue(), operator==(), PdbBankID(), print(), and setInternalValue().