EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/base/FairTSBufferFunctional.h>
Public Member Functions | |
StopTime () | |
bool | Call (FairTimeStamp *a, double b) |
bool | TimeOut () |
void | ResetTimeOut () |
Public Member Functions inherited from BinaryFunctor | |
virtual bool | operator() (FairTimeStamp *a, double b) |
Private Attributes | |
double | fRequestTime |
double | fOldTime |
int | fSameTimeRequestCounter |
Gives you all the data which is older than the given parameter StopTime. It does not return the data requested before.
Definition at line 43 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 43 of file FairTSBufferFunctional.h
|
inline |
Definition at line 46 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 46 of file FairTSBufferFunctional.h
|
inlinevirtual |
b: StopTime: All data older than StopTime is returned
Implements BinaryFunctor.
Definition at line 51 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 51 of file FairTSBufferFunctional.h
References fRequestTime, and FairTimeStamp::GetTimeStamp().
|
inlinevirtual |
Reimplemented from BinaryFunctor.
Definition at line 75 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 75 of file FairTSBufferFunctional.h
References fSameTimeRequestCounter.
|
inlinevirtual |
Reimplemented from BinaryFunctor.
Definition at line 57 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 57 of file FairTSBufferFunctional.h
References fOldTime, fRequestTime, and fSameTimeRequestCounter.
|
private |
Definition at line 79 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 79 of file FairTSBufferFunctional.h
Referenced by TimeOut().
|
private |
Definition at line 78 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 78 of file FairTSBufferFunctional.h
|
private |
Definition at line 80 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 80 of file FairTSBufferFunctional.h
Referenced by ResetTimeOut(), and TimeOut().