ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/database/pdbcal/base/RunToTime.h>
Public Member Functions | |
virtual PHTimeStamp * | getBeginTime (const int runNumber)=0 |
virtual PHTimeStamp * | getEndTime (const int runNumber)=0 |
virtual int | getRunNumber (const PHTimeStamp &ts)=0 |
virtual int | DisconnectDB ()=0 |
Static Public Member Functions | |
static RunToTime * | instance () |
Protected Member Functions | |
RunToTime () | |
virtual | ~RunToTime () |
Static Protected Attributes | |
static RunToTime * | __instance = 0 |
Definition at line 6 of file RunToTime.h.
View newest version in sPHENIX GitHub at line 6 of file RunToTime.h
|
protected |
Definition at line 7 of file RunToTime.cc.
View newest version in sPHENIX GitHub at line 7 of file RunToTime.cc
|
protectedvirtual |
Definition at line 11 of file RunToTime.cc.
View newest version in sPHENIX GitHub at line 11 of file RunToTime.cc
|
pure virtual |
Implemented in RunToTimePg.
|
pure virtual |
Implemented in RunToTimePg.
Referenced by PgPostBankManager::createBank(), PgPostBankManager::fetchBank(), and PgPostBankManager::fetchClosestBank().
|
pure virtual |
Implemented in RunToTimePg.
Referenced by PgPostBankManager::createBank().
|
pure virtual |
Implemented in RunToTimePg.
|
static |
Definition at line 15 of file RunToTime.cc.
View newest version in sPHENIX GitHub at line 15 of file RunToTime.cc
References __instance.
Referenced by PgPostBankManager::createBank(), PgPostBankManager::fetchBank(), and PgPostBankManager::fetchClosestBank().
|
staticprotected |
Definition at line 14 of file RunToTime.h.
View newest version in sPHENIX GitHub at line 14 of file RunToTime.h
Referenced by instance().