EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
wrapper around PHTimer, for storage in a map More...
#include <fun4all_coresoftware/blob/master/offline/framework/phool/PHTimeServer.h>
Public Member Functions | |
timer (const std::string &key, unsigned short uid) | |
PHTimer * | get (void) |
const PHTimer * | get (void) const |
unsigned short | get_uid (void) const |
Private Attributes | |
std::shared_ptr< PHTimer > | _timer |
unsigned short | _uid |
wrapper around PHTimer, for storage in a map
Definition at line 29 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 29 of file PHTimeServer.h
|
inline |
Definition at line 32 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 32 of file PHTimeServer.h
|
inline |
Definition at line 38 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 38 of file PHTimeServer.h
References _timer.
Referenced by PHG4PhenixEventAction::BeginOfEventAction(), PgPostBankBackupManager::CleanTable(), PgPostBankBackupManager::commitAllBankfromTFile(), PHG4PhenixEventAction::EndOfEventAction(), and PgPostBankBackupManager::fetchAllBank2TFile().
|
inline |
Definition at line 43 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 43 of file PHTimeServer.h
References _timer.
|
inline |
Definition at line 48 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 48 of file PHTimeServer.h
References _uid.
|
private |
Definition at line 55 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 55 of file PHTimeServer.h
Referenced by get().
|
private |
Definition at line 56 of file PHTimeServer.h.
View newest version in sPHENIX GitHub at line 56 of file PHTimeServer.h
Referenced by get_uid().