EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/dbase/dbInterface/FairDbResult.h>
Classes | |
struct | VRecKey |
Public Member Functions | |
FairDbResultKey (const FairDbResultKey *that=0) | |
FairDbResultKey (std::string tableName, std::string rowName, UInt_t seqno, ValTimeStamp ts) | |
..................................................................... | |
virtual | ~FairDbResultKey () |
std::string | AsString () const |
Float_t | Compare (const FairDbResultKey *that) const |
Int_t | GetNumVrecs () const |
std::string | GetTableRowName () const |
Bool_t | IsEqualTo (const FairDbResultKey *that) const |
void | AddVRecKey (UInt_t seqno, ValTimeStamp ts) |
Static Public Member Functions | |
static const FairDbResultKey * | GetEmptyKey () |
Private Attributes | |
std::string | fTableName |
std::string | fRowName |
std::list < FairDbResultKey::VRecKey > | fVRecKeys |
Int_t | fNumVRecKeys |
Static Private Attributes | |
static FairDbResultKey | fgEmptyKey |
Definition at line 27 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 27 of file FairDbResult.h
FairDbResultKey::FairDbResultKey | ( | const FairDbResultKey * | that = 0 | ) |
Definition at line 375 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 375 of file FairDbResult.cxx
FairDbResultKey::FairDbResultKey | ( | std::string | tableName, |
std::string | rowName, | ||
UInt_t | seqno, | ||
ValTimeStamp | ts | ||
) |
.....................................................................
Definition at line 386 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 386 of file FairDbResult.cxx
References AddVRecKey().
|
virtual |
Definition at line 401 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 401 of file FairDbResult.cxx
void FairDbResultKey::AddVRecKey | ( | UInt_t | seqno, |
ValTimeStamp | ts | ||
) |
Definition at line 408 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 408 of file FairDbResult.cxx
References fNumVRecKeys, and fVRecKeys.
Referenced by FairDbResultAgg::CreateKey(), and FairDbResultKey().
std::string FairDbResultKey::AsString | ( | ) | const |
Definition at line 418 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 418 of file FairDbResult.cxx
References ValTimeStamp::AsString(), fNumVRecKeys, fRowName, fTableName, and fVRecKeys.
Referenced by operator<<().
Float_t FairDbResultKey::Compare | ( | const FairDbResultKey * | that | ) | const |
Definition at line 462 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 462 of file FairDbResult.cxx
References fRowName, fTableName, fVRecKeys, and GetNumVrecs().
Referenced by IsEqualTo().
|
inlinestatic |
Definition at line 45 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 45 of file FairDbResult.h
References fgEmptyKey.
Referenced by FairDbResult::GetKey().
|
inline |
Definition at line 46 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 46 of file FairDbResult.h
References fNumVRecKeys.
Referenced by Compare().
std::string FairDbResultKey::GetTableRowName | ( | ) | const |
Definition at line 504 of file FairDbResult.cxx.
View newest version in sPHENIX GitHub at line 504 of file FairDbResult.cxx
References fRowName, and fTableName.
|
inline |
Definition at line 48 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 48 of file FairDbResult.h
References Compare().
|
staticprivate |
Definition at line 66 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 66 of file FairDbResult.h
Referenced by GetEmptyKey().
|
private |
Definition at line 70 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 70 of file FairDbResult.h
Referenced by AddVRecKey(), AsString(), and GetNumVrecs().
|
private |
Definition at line 68 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 68 of file FairDbResult.h
Referenced by AsString(), Compare(), and GetTableRowName().
|
private |
Definition at line 67 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 67 of file FairDbResult.h
Referenced by AsString(), Compare(), and GetTableRowName().
|
private |
Definition at line 69 of file FairDbResult.h.
View newest version in sPHENIX GitHub at line 69 of file FairDbResult.h
Referenced by AddVRecKey(), AsString(), and Compare().